mirror of
https://github.com/bellingcat/ukraine-timemap.git
synced 2026-06-13 05:48:36 +03:00
feat: adds graphic content protection
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user