stylesheet: add space between big number cards elements
This commit is contained in:
parent
dd49abc672
commit
9a3109d960
1 changed files with 3 additions and 0 deletions
|
@ -1,4 +1,6 @@
|
||||||
@import "colors";
|
@import "colors";
|
||||||
|
@import "constants";
|
||||||
|
|
||||||
$dark-grey: #333333;
|
$dark-grey: #333333;
|
||||||
$light-grey: #999999;
|
$light-grey: #999999;
|
||||||
|
|
||||||
|
@ -152,6 +154,7 @@ $big-number-card-padding: 2 * $segmented-control-item-border-radius;
|
||||||
|
|
||||||
.big-number-card-detail {
|
.big-number-card-detail {
|
||||||
display: block;
|
display: block;
|
||||||
|
margin-top: $default-padding;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
color: $blue-france-500;
|
color: $blue-france-500;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue