]> cat aescling's git repositories - mastodon.git/commitdiff
[Glitch] Add explanation to featured hashtags page and profile
authorEugen Rochko <eugen@zeonfederated.com>
Sat, 17 Aug 2019 16:07:52 +0000 (18:07 +0200)
committerThibaut Girka <thib@sitedethib.com>
Mon, 19 Aug 2019 19:56:25 +0000 (21:56 +0200)
Port SCSS changes from b348c9b0dbd72f2a9930f9fcbbe72cd1c6b3efd8 to glitch-soc

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

index acaf5b02404a7bdd0086e6560a24c337e97bcaf2..e207113be0ecff34904a5d91a99e53ea720d24c5 100644 (file)
   box-shadow: 0 0 15px rgba($base-shadow-color, 0.2);
 }
 
+.placeholder-widget {
+  padding: 16px;
+  border-radius: 4px;
+  border: 2px dashed $dark-text-color;
+  text-align: center;
+  color: $darker-text-color;
+  margin-bottom: 10px;
+}
+
 .contact-widget,
 .landing-page__information.contact-widget {
   box-sizing: border-box;
@@ -521,6 +530,12 @@ $fluid-breakpoint: $maximum-width + 20px;
   a {
     font-size: 14px;
     line-height: 20px;
+  }
+}
+
+.notice-widget,
+.placeholder-widget {
+  a {
     text-decoration: none;
     font-weight: 500;
     color: $ui-highlight-color;