umami/components/metrics/MetricCard.module.css
2020-09-13 20:09:18 -07:00

21 lines
330 B
CSS

.card {
display: flex;
flex-direction: column;
justify-content: center;
min-width: 140px;
padding-right: 20px;
}
.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);
white-space: nowrap;
}