]> cat aescling's git repositories - mastodon.git/commitdiff
[Glitch] Redesign admin instances area
authorThibaut Girka <thib@sitedethib.com>
Thu, 10 Jan 2019 19:27:20 +0000 (20:27 +0100)
committerThibaut Girka <thib@sitedethib.com>
Thu, 10 Jan 2019 20:00:33 +0000 (21:00 +0100)
Port SCSS changes from 1c6588accca23599ea1537ec527a5be04408b2af

app/javascript/flavours/glitch/styles/admin.scss
app/javascript/flavours/glitch/styles/dashboard.scss

index 8b111a9366ba3447ccb599495f5fecadd69c8c2b..e7124a2c028b0b11492aafbadafffae8615852b0 100644 (file)
@@ -151,6 +151,20 @@ $no-columns-breakpoint: 600px;
       font-weight: 500;
     }
 
+    .directory__tag a {
+      box-shadow: none;
+    }
+
+    .directory__tag h4 {
+      font-size: 18px;
+      font-weight: 700;
+      color: $primary-text-color;
+      text-transform: none;
+      padding-bottom: 0;
+      margin-bottom: 0;
+      border-bottom: none;
+    }
+
     & > p {
       font-size: 14px;
       line-height: 18px;
index 1f96e73684f0edcf70972247bef956566154af08..e4564f062cd7bbb97028507eab9083c49c012cbc 100644 (file)
@@ -39,6 +39,7 @@
     color: $primary-text-color;
     font-family: $font-display, sans-serif;
     margin-bottom: 20px;
+    line-height: 30px;
   }
 
   &__text {