mirror of
https://github.com/umami-software/umami.git
synced 2026-02-21 13:05:36 +01:00
16 lines
178 B
CSS
16 lines
178 B
CSS
.item {
|
|
display: flex;
|
|
align-items: center;
|
|
gap: 10px;
|
|
width: 100%;
|
|
}
|
|
|
|
.type {
|
|
color: var(--base700);
|
|
}
|
|
|
|
.value {
|
|
display: flex;
|
|
align-self: center;
|
|
gap: 20px;
|
|
}
|