mirror of
https://github.com/umami-software/umami.git
synced 2025-12-08 05:12:36 +01:00
17 lines
219 B
CSS
17 lines
219 B
CSS
.card {
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: center;
|
|
width: 140px;
|
|
}
|
|
|
|
.value {
|
|
font-size: 36px;
|
|
line-height: 40px;
|
|
min-height: 40px;
|
|
font-weight: 600;
|
|
}
|
|
|
|
.label {
|
|
font-size: 16px;
|
|
}
|