mirror of
https://github.com/umami-software/umami.git
synced 2026-02-04 20:57:17 +01:00
21 lines
236 B
CSS
21 lines
236 B
CSS
.container {
|
|
display: flex;
|
|
position: relative;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.menu {
|
|
z-index: 100;
|
|
}
|
|
|
|
.text {
|
|
font-size: var(--font-size-small);
|
|
}
|
|
|
|
.open {
|
|
background: var(--gray200);
|
|
}
|
|
|
|
.open:hover {
|
|
background: var(--gray200);
|
|
}
|