0
0
Fork 0

Improve admin UI for account view (#9643)

This commit is contained in:
Eugen Rochko 2018-12-28 03:38:41 +01:00 committed by GitHub
parent 8c5116fa2c
commit 6e49907ecf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
49 changed files with 201 additions and 248 deletions

View file

@ -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;