Add kpi panel support
This commit is contained in:
parent
3efdd266ea
commit
96139fbd6b
15
scss/elements/_kpi.scss
Normal file
15
scss/elements/_kpi.scss
Normal 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;
|
||||
}
|
||||
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user