add 18+ stickers to alt buttons
This commit is contained in:
parent
1931b5acc0
commit
846936da08
1 changed files with 13 additions and 0 deletions
|
@ -93,6 +93,19 @@ body {
|
|||
background: white;
|
||||
}
|
||||
|
||||
.alts .nsfw label::after {
|
||||
content: url(../18_plus_white.svg);
|
||||
transform: rotate(15deg);
|
||||
display: inline-block;
|
||||
height: 0.9em; width: 0.9em;
|
||||
vertical-align: -0.07em;
|
||||
padding-left: 0.25em;
|
||||
}
|
||||
|
||||
.alts .nsfw :checked + label::after {
|
||||
content: url(../18_plus.svg);
|
||||
}
|
||||
|
||||
.alts a, .tags a, .links a {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue