mirror of
https://github.com/BradNut/umami
synced 2025-09-08 17:40:29 +00:00
15 lines
174 B
CSS
15 lines
174 B
CSS
|
|
.container {
|
||
|
|
display: flex;
|
||
|
|
align-items: center;
|
||
|
|
}
|
||
|
|
|
||
|
|
.text {
|
||
|
|
display: flex;
|
||
|
|
font-size: var(--font-size-normal);
|
||
|
|
}
|
||
|
|
|
||
|
|
.value {
|
||
|
|
font-weight: 600;
|
||
|
|
margin-right: 4px;
|
||
|
|
}
|