feat: adds graphic content protection

This commit is contained in:
msramalho
2022-08-24 10:00:19 +01:00
parent 182deb7ca2
commit 35f849b78a
7 changed files with 192 additions and 26902 deletions

View File

@@ -266,7 +266,8 @@
width: calc(#{$card-width} - 50px) !important;
}
.source-hidden {
.source-hidden,
.source-graphic {
display: flex;
justify-content: center;
align-items: center;
@@ -282,3 +283,14 @@
}
}
}
.media.source-graphic {
background-color: darken($red, 26%);
h4 {
color: white;
}
h4:hover {
font-size: 103%;
color: lighten(yellow, 20%);
cursor: pointer;
}
}