mirror of
https://github.com/umami-software/umami.git
synced 2025-12-08 05:12:36 +01:00
10 lines
129 B
CSS
10 lines
129 B
CSS
.menu {
|
|
width: 200px;
|
|
z-index: var(--z-index-popup);
|
|
}
|
|
|
|
.item {
|
|
display: flex;
|
|
gap: 12px;
|
|
background: var(--base50);
|
|
}
|