Change font size of active users in server banner to be larger in web UI (#19295)
parent
9f65909f42
commit
0e41d360c0
|
@ -8076,11 +8076,13 @@ noscript {
|
||||||
&__number {
|
&__number {
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
color: $primary-text-color;
|
color: $primary-text-color;
|
||||||
|
font-size: 14px;
|
||||||
}
|
}
|
||||||
|
|
||||||
&__number-label {
|
&__number-label {
|
||||||
color: $darker-text-color;
|
color: $darker-text-color;
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
|
font-size: 14px;
|
||||||
}
|
}
|
||||||
|
|
||||||
h4 {
|
h4 {
|
||||||
|
|
Loading…
Reference in New Issue