36 lines
433 B
SCSS
36 lines
433 B
SCSS
.stat {
|
|
text-align: center;
|
|
margin-bottom: 1em;
|
|
overflow: hidden;
|
|
|
|
.stat-value {
|
|
font-size: 2.25em;
|
|
line-height: 1em;
|
|
margin: 0;
|
|
}
|
|
|
|
.stat-label {
|
|
font-size: 1.15em;
|
|
margin: 0;
|
|
}
|
|
|
|
.glyphicon {
|
|
opacity: 0.12;
|
|
position: absolute;
|
|
left: 16px;
|
|
top: -24px;
|
|
|
|
&.icon-bottom {
|
|
top: 4px;
|
|
}
|
|
|
|
&::before {
|
|
font-size: 8em;
|
|
}
|
|
}
|
|
|
|
.card-body {
|
|
z-index: 2;
|
|
}
|
|
}
|