diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2018-12-28 03:38:41 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-12-28 03:38:41 +0100 |
commit | 6e49907ecfc7036b6bf2dd91b9ebf4ba62d16080 (patch) | |
tree | 9539e8e60b270a4e283e9cb41d370be6116f7259 /app/javascript | |
parent | 8c5116fa2c197f61aa34e3d1f7f7a11631ec2e0a (diff) |
Improve admin UI for account view (#9643)
Diffstat (limited to 'app/javascript')
-rw-r--r-- | app/javascript/styles/mastodon/dashboard.scss | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/app/javascript/styles/mastodon/dashboard.scss b/app/javascript/styles/mastodon/dashboard.scss index 86cf6c61b..1f96e7368 100644 --- a/app/javascript/styles/mastodon/dashboard.scss +++ b/app/javascript/styles/mastodon/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; |