about summary refs log tree commit diff
path: root/app/javascript/flavours/glitch/styles/admin.scss
diff options
context:
space:
mode:
authorThibG <thib@sitedethib.com>2020-04-28 19:39:16 +0200
committerThibaut Girka <thib@sitedethib.com>2020-05-03 21:47:58 +0200
commit89fcd68b7501f81a3e33f6b1abff6fc66f78e04b (patch)
tree4b2e5293f15972012c4dc876bb66870d692490d0 /app/javascript/flavours/glitch/styles/admin.scss
parent7ea8b07b93f7c495ff178f8befc18766499166e5 (diff)
[Glitch] Fix admin-facing uses of inline CSS
Port b8ba977497a53740e66d8db9938382b724283b3a to glitch-soc

Signed-off-by: Thibaut Girka <thib@sitedethib.com>
Diffstat (limited to 'app/javascript/flavours/glitch/styles/admin.scss')
-rw-r--r--app/javascript/flavours/glitch/styles/admin.scss20
1 files changed, 20 insertions, 0 deletions
diff --git a/app/javascript/flavours/glitch/styles/admin.scss b/app/javascript/flavours/glitch/styles/admin.scss
index 0d24da4dd..1c8f2271f 100644
--- a/app/javascript/flavours/glitch/styles/admin.scss
+++ b/app/javascript/flavours/glitch/styles/admin.scss
@@ -567,6 +567,18 @@ body,
   }
 }
 
+.special-action-button,
+.back-link {
+  text-align: right;
+  flex: 1 1 auto;
+}
+
+.action-buttons {
+  display: flex;
+  overflow: hidden;
+  justify-content: space-between;
+}
+
 .spacer {
   flex: 1 1 auto;
 }
@@ -904,3 +916,11 @@ a.name-tag,
     }
   }
 }
+
+.account-badges {
+  margin: -2px 0;
+}
+
+.dashboard__counters.admin-account-counters {
+  margin-top: 10px;
+}