mirror of
https://github.com/kremalicious/umami.git
synced 2024-11-15 01:35:17 +01:00
18 lines
213 B
CSS
18 lines
213 B
CSS
.container {
|
|
display: flex;
|
|
position: relative;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.icon {
|
|
margin-right: 8px;
|
|
}
|
|
|
|
.username {
|
|
border-bottom: 1px solid var(--gray500);
|
|
}
|
|
|
|
.username:hover {
|
|
background: var(--gray50);
|
|
}
|