umami/components/input/UserButton.module.css

26 lines
336 B
CSS
Raw Normal View History

.button {
position: relative;
}
2020-09-21 06:31:53 +02:00
.username {
border-bottom: 1px solid var(--base500);
2020-09-21 06:31:53 +02:00
}
.username:hover {
background: var(--base50);
2020-09-21 06:31:53 +02:00
}
.icon svg {
height: 16px;
width: 16px;
}
.menu {
left: -50%;
background: var(--base50);
border: 1px solid var(--base500);
border-radius: 4px;
overflow: hidden;
z-index: 100;
}