]> cat aescling's git repositories - mastodon.git/commitdiff
[Glitch] Add moderation warnings
authorThibaut Girka <thib@sitedethib.com>
Sun, 23 Dec 2018 11:54:09 +0000 (12:54 +0100)
committerThibaut Girka <thib@sitedethib.com>
Sun, 23 Dec 2018 11:54:09 +0000 (12:54 +0100)
Port SCSS changes from 3c033c4352f8b156887cd7157b4a89c23a545838 to glitch-soc

app/javascript/flavours/glitch/styles/admin.scss

index e16920dd4ac66653ccb53a719a93ce0570235db8..635888a2c614b8c049b2c3935f11daac12ad337e 100644 (file)
@@ -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;