mirror of
https://github.com/umami-software/umami.git
synced 2025-12-08 05:12:36 +01:00
17 lines
213 B
CSS
17 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);
|
|
}
|