From: Thibaut Girka Date: Wed, 2 Jan 2019 14:38:48 +0000 (+0100) Subject: [Glitch] Improve admin UI for account view X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=1464620ddbd5bc4c49a7f68c46192d0919b24528;p=mastodon.git [Glitch] Improve admin UI for account view Port SCSS changes from 6e49907ecfc7036b6bf2dd91b9ebf4ba62d16080 to glitch-soc --- diff --git a/app/javascript/flavours/glitch/styles/dashboard.scss b/app/javascript/flavours/glitch/styles/dashboard.scss index 86cf6c61b..1f96e7368 100644 --- a/app/javascript/flavours/glitch/styles/dashboard.scss +++ b/app/javascript/flavours/glitch/styles/dashboard.scss @@ -30,15 +30,21 @@ } } - &__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;