[Glitch] Add moderation warnings
Port SCSS changes from 2e0d617b8b
to glitch-soc
This commit is contained in:
parent
56d4c731f1
commit
9e2ceac0ba
1 changed files with 4 additions and 0 deletions
|
@ -553,6 +553,10 @@ a.name-tag,
|
|||
border-left-color: lighten($error-red, 12%);
|
||||
}
|
||||
|
||||
&.warning {
|
||||
border-left-color: $gold-star;
|
||||
}
|
||||
|
||||
&__bubble {
|
||||
padding: 16px;
|
||||
padding-left: 14px;
|
||||
|
|
Loading…
Reference in a new issue