mirror of
https://github.com/kremalicious/umami.git
synced 2024-11-15 17:55:08 +01:00
18 lines
257 B
CSS
18 lines
257 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;
|
|
}
|
|
|
|
.label {
|
|
font-size: var(--font-size-normal);
|
|
}
|