umami/components/UserButton.module.css

18 lines
213 B
CSS
Raw Normal View History

2020-08-06 08:03:07 +02:00
.container {
display: flex;
position: relative;
cursor: pointer;
}
.icon {
margin-right: 8px;
}
.username {
border-bottom: 1px solid var(--gray500);
}
.username:hover {
background: var(--gray50);
}