mirror of
https://github.com/kremalicious/umami.git
synced 2024-11-15 17:55:08 +01: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;
|
||
|
}
|