fix(styles): increase font size for used and total numbers for better visibility
This commit is contained in:
@@ -77,7 +77,7 @@
|
|||||||
.usedNumber {
|
.usedNumber {
|
||||||
display: inline-flex;
|
display: inline-flex;
|
||||||
color: #fa438b;
|
color: #fa438b;
|
||||||
font-size: 20px;
|
font-size: 30px;
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
line-height: 1;
|
line-height: 1;
|
||||||
}
|
}
|
||||||
@@ -85,7 +85,7 @@
|
|||||||
.totalNumber {
|
.totalNumber {
|
||||||
display: inline-flex;
|
display: inline-flex;
|
||||||
color: #000000;
|
color: #000000;
|
||||||
font-size: 20px;
|
font-size: 30px;
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
line-height: 1;
|
line-height: 1;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user