mirror of
https://github.com/umami-software/umami.git
synced 2026-02-04 04:37:11 +01:00
17 lines
208 B
CSS
17 lines
208 B
CSS
.container {
|
|
display: flex;
|
|
position: relative;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.username {
|
|
border-bottom: 1px solid var(--gray500);
|
|
}
|
|
|
|
.username:hover {
|
|
background: var(--gray50);
|
|
}
|
|
|
|
.menu {
|
|
z-index: 100;
|
|
}
|