]> cat aescling's git repositories - mastodon.git/commitdiff
[Glitch] Add password challenge to 2FA settings, e-mail notifications
authorEugen Rochko <eugen@zeonfederated.com>
Wed, 18 Sep 2019 14:37:27 +0000 (16:37 +0200)
committerThibaut Girka <thib@sitedethib.com>
Mon, 30 Sep 2019 11:43:06 +0000 (13:43 +0200)
Port SCSS changes from e1066cd4319a220d5be16e51ffaf5236a2f6e866 to glitch-soc

Signed-off-by: Thibaut Girka <thib@sitedethib.com>
app/javascript/flavours/glitch/styles/admin.scss
app/javascript/flavours/glitch/styles/forms.scss

index f4b913680f75eef805c56543fd503e2fe69268e6..bdd6686f6cf3611df05d172cf00234a8df5810ba 100644 (file)
@@ -233,32 +233,35 @@ hr.spacer {
   height: 1px;
 }
 
-.muted-hint {
-  color: $darker-text-color;
+body,
+.admin-wrapper .content {
+  .muted-hint {
+    color: $darker-text-color;
 
-  a {
-    color: $highlight-text-color;
+    a {
+      color: $highlight-text-color;
+    }
   }
-}
 
-.positive-hint {
-  color: $valid-value-color;
-  font-weight: 500;
-}
+  .positive-hint {
+    color: $valid-value-color;
+    font-weight: 500;
+  }
 
-.negative-hint {
-  color: $error-value-color;
-  font-weight: 500;
-}
+  .negative-hint {
+    color: $error-value-color;
+    font-weight: 500;
+  }
 
-.neutral-hint {
-  color: $dark-text-color;
-  font-weight: 500;
-}
+  .neutral-hint {
+    color: $dark-text-color;
+    font-weight: 500;
+  }
 
-.warning-hint {
-  color: $gold-star;
-  font-weight: 500;
+  .warning-hint {
+    color: $gold-star;
+    font-weight: 500;
+  }
 }
 
 .filters {
index 14fb46c2c1ffbb7124da5d69a8dbf292bd68df77..c93464cede7e58ba0e4884ea8c44e584d376a4ec 100644 (file)
@@ -245,6 +245,10 @@ code {
       &-6 {
         max-width: 50%;
       }
+
+      .actions {
+        margin-top: 27px;
+      }
     }
 
     .fields-group:last-child,