about summary refs log tree commit diff
path: root/app/javascript/flavours/glitch/styles/accounts.scss
diff options
context:
space:
mode:
authormultiple creatures <dev@multiple-creature.party>2019-09-24 18:28:52 -0500
committermultiple creatures <dev@multiple-creature.party>2019-09-24 18:28:52 -0500
commitb50ab4778f7765fbc0454f5a67391438d111b9b3 (patch)
tree2295f38e4c1d23ff6d3c9f661cc31d5faf4b37f9 /app/javascript/flavours/glitch/styles/accounts.scss
parent3d133d164146878048d703bc608f3ad6f6506ae4 (diff)
add account limited by admin flag to api + badge
Diffstat (limited to 'app/javascript/flavours/glitch/styles/accounts.scss')
-rw-r--r--app/javascript/flavours/glitch/styles/accounts.scss6
1 files changed, 6 insertions, 0 deletions
diff --git a/app/javascript/flavours/glitch/styles/accounts.scss b/app/javascript/flavours/glitch/styles/accounts.scss
index 846cf02ee..cda4761bf 100644
--- a/app/javascript/flavours/glitch/styles/accounts.scss
+++ b/app/javascript/flavours/glitch/styles/accounts.scss
@@ -246,6 +246,12 @@
     background-color: rgba(lighten($warning-red, 12%), 0.1);
     border-color: rgba(lighten($warning-red, 12%), 0.5);
   }
+
+  &.limited {
+    color: lighten(orange, 12%);
+    background-color: rgba(lighten(orange, 12%), 0.1);
+    border-color: rgba(lighten(orange, 12%), 0.5);
+  }
 }
 
 .account__header__fields {