mirror of
https://github.com/KrstlSkll69/vc-snippets.git
synced 2025-04-19 20:55:22 +02:00
Add files via upload
This commit is contained in:
parent
6265c899a2
commit
0a7b90818c
1 changed files with 12 additions and 0 deletions
12
NSFWtag.css
Normal file
12
NSFWtag.css
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
[class*=linkTop_]:has(> [class*=iconContainer__] [d^="M18.09 1.63"]) > [class*=children_]::after {
|
||||||
|
content: "NSFW";
|
||||||
|
background: var(--status-danger-background);
|
||||||
|
color: var(--status-danger-text);
|
||||||
|
padding: 0 6px;
|
||||||
|
border-radius: 8px;
|
||||||
|
font-size: 12px;
|
||||||
|
font-weight: 700;
|
||||||
|
letter-spacing: .02em;
|
||||||
|
line-height: 16px;
|
||||||
|
margin-left: 4px;
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue