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