1
0
mirror of https://github.com/kremalicious/umami.git synced 2025-01-02 02:03:10 +01:00
umami/components/common/UserButton.module.css
2020-08-17 16:46:13 -07:00

18 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;
}