style(stats): fix big number layout
This commit is contained in:
parent
baaf4e3517
commit
7a0bdd6c94
1 changed files with 3 additions and 2 deletions
|
@ -146,10 +146,11 @@ $big-number-card-padding: 2 * $segmented-control-item-border-radius;
|
||||||
.big-number-card-number {
|
.big-number-card-number {
|
||||||
display: block;
|
display: block;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
font-size: 90px;
|
font-size: 80px;
|
||||||
line-height: 90px;
|
line-height: 1em;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
color: $blue-france-500;
|
color: $blue-france-500;
|
||||||
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
.big-number-card-detail {
|
.big-number-card-detail {
|
||||||
|
|
Loading…
Reference in a new issue