]> cat aescling's git repositories - mastodon.git/commitdiff
[Glitch] Improve admin UI for account view
authorThibaut Girka <thib@sitedethib.com>
Wed, 2 Jan 2019 14:38:48 +0000 (15:38 +0100)
committerThibaut Girka <thib@sitedethib.com>
Wed, 2 Jan 2019 14:38:48 +0000 (15:38 +0100)
Port SCSS changes from 6e49907ecfc7036b6bf2dd91b9ebf4ba62d16080 to glitch-soc

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

index 86cf6c61b6ed929ecf14760718c04ddf9f9260b7..1f96e73684f0edcf70972247bef956566154af08 100644 (file)
     }
   }
 
-  &__num {
+  &__num,
+  &__text {
     text-align: center;
     font-weight: 500;
     font-size: 24px;
+    line-height: 21px;
     color: $primary-text-color;
     font-family: $font-display, sans-serif;
     margin-bottom: 20px;
   }
 
+  &__text {
+    font-size: 18px;
+  }
+
   &__label {
     font-size: 14px;
     color: $darker-text-color;