[Glitch] Improve admin UI for account view
Port SCSS changes from 8958e58bd4
to glitch-soc
lolsob-rspec
parent
7f96b7ec99
commit
9b6e4daca7
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue