]> cat aescling's git repositories - mastodon.git/commitdiff
[Glitch] Add information about how to opt-in to the directory on the directory
authorThibaut Girka <thib@sitedethib.com>
Sun, 20 Jan 2019 10:50:19 +0000 (11:50 +0100)
committerThibaut Girka <thib@sitedethib.com>
Sun, 20 Jan 2019 10:50:19 +0000 (11:50 +0100)
Port SCSS changes from a492a9bcd355d4f0998990905177ac4f9699cc3c to glitch-soc

app/javascript/flavours/glitch/styles/widgets.scss

index d44a1ef06f2a913d407376e0a1b83f0641defbd5..0699900dce3460b8c833f3504f0983727907ff06 100644 (file)
@@ -480,3 +480,30 @@ $fluid-breakpoint: $maximum-width + 20px;
     }
   }
 }
+
+.notice-widget {
+  margin-bottom: 10px;
+  color: $darker-text-color;
+
+  p {
+    margin-bottom: 10px;
+
+    &:last-child {
+      margin-bottom: 0;
+    }
+  }
+
+  a {
+    font-size: 14px;
+    line-height: 20px;
+    text-decoration: none;
+    font-weight: 500;
+    color: $ui-highlight-color;
+
+    &:hover,
+    &:focus,
+    &:active {
+      text-decoration: underline;
+    }
+  }
+}