mirror of
https://github.com/umami-software/umami.git
synced 2026-02-06 05:37:20 +01:00
17 lines
247 B
CSS
17 lines
247 B
CSS
.container {
|
|
display: flex;
|
|
align-items: center;
|
|
margin-inline-start: 20px;
|
|
}
|
|
|
|
.text {
|
|
display: flex;
|
|
white-space: nowrap;
|
|
font-size: var(--font-size-md);
|
|
font-weight: 400;
|
|
}
|
|
|
|
.value {
|
|
font-weight: 600;
|
|
margin-inline-end: 4px;
|
|
}
|