]> cat aescling's git repositories - mastodon.git/commitdiff
[Glitch] Fix wrong styles on strike page
authorEugen Rochko <eugen@zeonfederated.com>
Tue, 22 Feb 2022 05:20:04 +0000 (06:20 +0100)
committerClaire <claire.github-309c@sitedethib.com>
Tue, 22 Feb 2022 17:09:39 +0000 (18:09 +0100)
Port SCSS changes from 83388269631f377e9853858916aa8c3897f90bb4

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
app/javascript/flavours/glitch/styles/admin.scss

index 33e115c1a0a4efe36809528e489aa8d8f41216f8..32500410f16aa8cc479c214027ae62b63095a6a7 100644 (file)
@@ -1513,6 +1513,25 @@ a.sparkline {
     &:last-child {
       margin-bottom: 0;
     }
+
+    strong {
+      font-weight: 700;
+    }
+  }
+
+  &__rules {
+    list-style: disc;
+    padding-left: 15px;
+    margin-bottom: 20px;
+    color: $darker-text-color;
+
+    &:last-child {
+      margin-bottom: 0;
+    }
+
+    &__text {
+      color: $primary-text-color;
+    }
   }
 
   &__statuses-list {