1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-23 23:39:41 +02:00
portainer/app/react/sidebar/EnvironmentSidebar.module.css

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

13 lines
244 B
CSS
Raw Normal View History

.root {
background-color: var(--bg-sidebar-nav-color);
border-color: var(--border-sidebar-color);
}
.closeBtn {
background-color: var(--bg-btn-default-color);
}
.closeBtn:hover {
background-color: var(--bg-btn-default-hover-color);
}