]> cat aescling's git repositories - mastodon.git/commitdiff
[Glitch] Add authentication history
authorEugen Rochko <eugen@zeonfederated.com>
Mon, 21 Jun 2021 15:07:30 +0000 (17:07 +0200)
committerClaire <claire.github-309c@sitedethib.com>
Wed, 23 Jun 2021 09:40:18 +0000 (11:40 +0200)
Port SCSS changes from d174d12c831989bf1d5d3ca54d4f26d28c2c8925 to glitch-soc

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

index b93acd6cd4021da5c5ab5f92199323d7bd0eb4d8..3433abcddb30e702ad0bef38b224e6526e5c4059 100644 (file)
@@ -11,6 +11,24 @@ code {
   margin: 0 auto;
 }
 
+.indicator-icon {
+  display: flex;
+  align-items: center;
+  justify-content: center;
+  width: 40px;
+  height: 40px;
+  border-radius: 50%;
+  color: $primary-text-color;
+
+  &.success {
+    background: $success-green;
+  }
+
+  &.failure {
+    background: $error-red;
+  }
+}
+
 .simple_form {
   &.hidden {
     display: none;