umami/components/charts/MetricCard.module.css
2020-08-13 00:29:07 -07:00

19 lines
280 B
CSS

.card {
display: flex;
flex-direction: column;
justify-content: center;
width: 140px;
}
.value {
font-size: var(--font-size-xlarge);
line-height: 40px;
min-height: 40px;
font-weight: 600;
white-space: nowrap;
}
.label {
font-size: var(--font-size-normal);
}