mirror of
https://github.com/portainer/portainer.git
synced 2025-07-22 23:09:41 +02:00
6 lines
95 B
CSS
6 lines
95 B
CSS
|
.menu-icon {
|
||
|
background: var(--user-menu-icon-color);
|
||
|
cursor: pointer;
|
||
|
flex-shrink: 0;
|
||
|
}
|