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 {
|
&::before {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
margin-right: $line-height / 2;
|
margin-right: $line-height / 2;
|
||||||
|
vertical-align: top;
|
||||||
}
|
}
|
||||||
|
|
||||||
&.total-participants::before {
|
&.total-participants::before {
|
||||||
@@ -75,15 +76,24 @@
|
|||||||
|
|
||||||
.number {
|
.number {
|
||||||
display: block;
|
display: block;
|
||||||
font-size: rem-calc(60);
|
font-size: rem-calc(36);
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
line-height: rem-calc(60);
|
line-height: rem-calc(36);
|
||||||
}
|
}
|
||||||
|
|
||||||
.info {
|
.info {
|
||||||
color: $text-medium;
|
color: $text-medium;
|
||||||
|
font-size: $small-font-size;
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
&.total-participants {
|
||||||
|
|
||||||
|
.number {
|
||||||
|
font-size: rem-calc(60);
|
||||||
|
line-height: rem-calc(60);
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.progress {
|
.progress {
|
||||||
|
|||||||
Reference in New Issue
Block a user