mirror of
https://github.com/umami-software/umami.git
synced 2026-02-06 05:37:20 +01:00
12 lines
142 B
CSS
12 lines
142 B
CSS
.item {
|
|
display: flex;
|
|
align-items: center;
|
|
gap: 10px;
|
|
width: 100%;
|
|
}
|
|
|
|
.value {
|
|
display: flex;
|
|
align-self: center;
|
|
gap: 20px;
|
|
}
|