Minor css changes
This commit is contained in:
parent
93a0edcce0
commit
9edc7ab2be
1 changed files with 8 additions and 0 deletions
|
@ -155,3 +155,11 @@ $big-number-card-padding: 2 * $segmented-control-item-border-radius;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
color: $blue;
|
color: $blue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.hide {
|
||||||
|
display:none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.show{
|
||||||
|
display: block;
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue