umami/components/MetricCard.module.css
2020-07-29 20:09:41 -07:00

16 lines
199 B
CSS

.card {
display: flex;
flex-direction: column;
justify-content: center;
width: 140px;
}
.value {
font-size: 36px;
line-height: 40px;
font-weight: 600;
}
.label {
font-size: 16px;
}