mirror of
https://github.com/umami-software/umami.git
synced 2026-02-04 04:37:11 +01:00
14 lines
170 B
CSS
14 lines
170 B
CSS
.container {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
|
|
.text {
|
|
display: flex;
|
|
font-size: var(--font-size-md);
|
|
}
|
|
|
|
.value {
|
|
font-weight: 600;
|
|
margin-right: 4px;
|
|
}
|