umami/components/common/UserButton.module.css

23 lines
259 B
CSS
Raw Normal View History

2020-08-06 08:03:07 +02:00
.container {
display: flex;
position: relative;
cursor: pointer;
}
.button {
display: flex;
flex-wrap: nowrap;
}
2020-08-06 08:03:07 +02:00
.username {
border-bottom: 1px solid var(--gray500);
}
.username:hover {
background: var(--gray50);
}
2020-08-18 01:46:13 +02:00
.menu {
z-index: 100;
}