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