diff options
author | Thibaut Girka <thib@sitedethib.com> | 2019-01-02 15:38:48 +0100 |
---|---|---|
committer | Thibaut Girka <thib@sitedethib.com> | 2019-01-02 15:38:48 +0100 |
commit | 1464620ddbd5bc4c49a7f68c46192d0919b24528 (patch) | |
tree | 2a85dd476fd6c21ee9f7f5db71c559adeaa32a7d /app/javascript | |
parent | 9b606cb24cdda3c5c7693895b0370a9f711aaef8 (diff) |
[Glitch] Improve admin UI for account view
Port SCSS changes from 6e49907ecfc7036b6bf2dd91b9ebf4ba62d16080 to glitch-soc
Diffstat (limited to 'app/javascript')
-rw-r--r-- | app/javascript/flavours/glitch/styles/dashboard.scss | 8 |
1 files changed, 7 insertions, 1 deletions
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; |