Make stats numbers smaller
The number of total participants is still written using a larger font because it's the most important number.
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 1.7 KiB After Width: | Height: | Size: 1.5 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 1.7 KiB After Width: | Height: | Size: 1.5 KiB |
@@ -38,6 +38,7 @@
|
||||
&::before {
|
||||
display: inline-block;
|
||||
margin-right: $line-height / 2;
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
&.total-participants::before {
|
||||
@@ -75,15 +76,24 @@
|
||||
|
||||
.number {
|
||||
display: block;
|
||||
font-size: rem-calc(60);
|
||||
font-size: rem-calc(36);
|
||||
font-weight: bold;
|
||||
line-height: rem-calc(60);
|
||||
line-height: rem-calc(36);
|
||||
}
|
||||
|
||||
.info {
|
||||
color: $text-medium;
|
||||
font-size: $small-font-size;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
&.total-participants {
|
||||
|
||||
.number {
|
||||
font-size: rem-calc(60);
|
||||
line-height: rem-calc(60);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.progress {
|
||||
|
||||
Reference in New Issue
Block a user