Files
float-fleet/styles/leftSidebarDark.scss
T
DESKTOP-GBA0BK8\Admin 97cc85c49d first commit
2023-03-25 20:44:56 -04:00

14 lines
203 B
SCSS

.leftsidebardark {
.LeftSidebarNav {
background-color: var(--cardBg);
box-shadow: none;
.black-logo {
display: none;
}
.white-logo {
display: inline-block;
}
}
}