]> cat aescling's git repositories - mastodon.git/commitdiff
[Glitch] Change unconfirmed user login behaviour
authorEugen Rochko <eugen@zeonfederated.com>
Mon, 22 Jul 2019 08:48:50 +0000 (10:48 +0200)
committerThibaut Girka <thib@sitedethib.com>
Mon, 30 Sep 2019 11:42:22 +0000 (13:42 +0200)
Port SCSS changes from 964ae8eee593687f922c873fa7b378bb6e3e39bb

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

index 089ae68c0b51dda805526ea38f5ceda6fa152e6e..f4b913680f75eef805c56543fd503e2fe69268e6 100644 (file)
@@ -204,29 +204,6 @@ $content-width: 840px;
         border: 0;
       }
     }
-
-    .muted-hint {
-      color: $darker-text-color;
-
-      a {
-        color: $highlight-text-color;
-      }
-    }
-
-    .positive-hint {
-      color: $valid-value-color;
-      font-weight: 500;
-    }
-
-    .negative-hint {
-      color: $error-value-color;
-      font-weight: 500;
-    }
-
-    .neutral-hint {
-      color: $dark-text-color;
-      font-weight: 500;
-    }
   }
 
   @media screen and (max-width: $no-columns-breakpoint) {
@@ -249,6 +226,41 @@ $content-width: 840px;
   }
 }
 
+hr.spacer {
+  width: 100%;
+  border: 0;
+  margin: 20px 0;
+  height: 1px;
+}
+
+.muted-hint {
+  color: $darker-text-color;
+
+  a {
+    color: $highlight-text-color;
+  }
+}
+
+.positive-hint {
+  color: $valid-value-color;
+  font-weight: 500;
+}
+
+.negative-hint {
+  color: $error-value-color;
+  font-weight: 500;
+}
+
+.neutral-hint {
+  color: $dark-text-color;
+  font-weight: 500;
+}
+
+.warning-hint {
+  color: $gold-star;
+  font-weight: 500;
+}
+
 .filters {
   display: flex;
   flex-wrap: wrap;
index dae29a003f399b4cdbd53f927edc88e3ec2432dc..14fb46c2c1ffbb7124da5d69a8dbf292bd68df77 100644 (file)
@@ -300,6 +300,13 @@ code {
     }
   }
 
+  .input.static .label_input__wrapper {
+    font-size: 16px;
+    padding: 10px;
+    border: 1px solid $dark-text-color;
+    border-radius: 4px;
+  }
+
   input[type=text],
   input[type=number],
   input[type=email],