Add kpi panel support

This commit is contained in:
Luis Cielak 2018-08-01 13:17:02 -04:00 committed by luisgov
parent 3efdd266ea
commit 96139fbd6b

15
scss/elements/_kpi.scss Normal file
View File

@ -0,0 +1,15 @@
.kpi {
.kpi__item {
@include panel-base;
text-align: center;
margin: $gap;
padding: $gap * 2;
}
.kpi__item--value {
@include h1;
padding-bottom: $gap / 2;
}
}