mirror of
https://github.com/lunaisnotaboy/mastodon.git
synced 2024-11-12 18:03:03 +00:00
[Glitch] Add moderation warnings
Port SCSS changes from 3c033c4352
to glitch-soc
This commit is contained in:
parent
71d683b410
commit
cb98e7dbd3
|
@ -553,6 +553,10 @@ a.name-tag,
|
||||||
border-left-color: lighten($error-red, 12%);
|
border-left-color: lighten($error-red, 12%);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
&.warning {
|
||||||
|
border-left-color: $gold-star;
|
||||||
|
}
|
||||||
|
|
||||||
&__bubble {
|
&__bubble {
|
||||||
padding: 16px;
|
padding: 16px;
|
||||||
padding-left: 14px;
|
padding-left: 14px;
|
||||||
|
|
Loading…
Reference in a new issue