1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-24 07:49:41 +02:00
portainer/app/react/sidebar/EnvironmentSidebar.module.css
2025-07-01 12:58:31 +12:00

11 lines
169 B
CSS

.root {
background-color: var(--bg-sidebar-nav-color);
}
.closeBtn {
background-color: transparent;
}
.closeBtn:hover {
background-color: var(--graphite-500);
}