cg-select/src/style/whiteTheme.scss
2022-11-04 16:11:18 +03:00

22 lines
315 B
SCSS

.selectWhite {
color: black !important;
background: rgb(248, 248, 248) !important;
}
.caretWhite {
border-top: 6px solid black !important;
}
.listWhite {
color: black !important;
background-color: white !important;
}
.pathWhite {
color: white !important;
}
.pathBlack {
color: black !important;
}