about summary refs log tree commit diff
path: root/app/javascript/flavours/glitch/styles/accounts.scss
diff options
context:
space:
mode:
authorThibaut Girka <thib@sitedethib.com>2018-09-20 18:21:58 +0200
committerThibaut Girka <thib@sitedethib.com>2018-09-20 18:23:53 +0200
commitfba0200765c14d0ada47a44b5a8603001c92e069 (patch)
tree4f1fbab87668fb82a33136f3682e6ec1d47d8faf /app/javascript/flavours/glitch/styles/accounts.scss
parenta6d47ac5f5e7f747c6a5211110cfa4c7730eea3c (diff)
[Glitch] Redesign forms, verify link ownership with rel="me"
Port SCSS changes from f4d549d30081478b1fe2bde9d340262e132bb891
Diffstat (limited to 'app/javascript/flavours/glitch/styles/accounts.scss')
-rw-r--r--app/javascript/flavours/glitch/styles/accounts.scss14
1 files changed, 14 insertions, 0 deletions
diff --git a/app/javascript/flavours/glitch/styles/accounts.scss b/app/javascript/flavours/glitch/styles/accounts.scss
index ac1989832..9568581ec 100644
--- a/app/javascript/flavours/glitch/styles/accounts.scss
+++ b/app/javascript/flavours/glitch/styles/accounts.scss
@@ -267,6 +267,20 @@
     }
   }
 
+  .verified {
+    border: 1px solid rgba($valid-value-color, 0.5);
+    background: rgba($valid-value-color, 0.25);
+
+    a {
+      color: $valid-value-color;
+      font-weight: 500;
+    }
+
+    &__mark {
+      color: $valid-value-color;
+    }
+  }
+
   dl:last-child {
     border-bottom: 0;
   }