12 lines
232 B
SCSS
12 lines
232 B
SCSS
|
@import '../../scss/_custom-variables/libs';
|
||
|
|
||
|
// Background & Primary color for picker
|
||
|
@mixin colorPicker-theme($background) {
|
||
|
.pcr-app {
|
||
|
.pcr-type.active,
|
||
|
.pcr-save {
|
||
|
background: $background !important;
|
||
|
}
|
||
|
}
|
||
|
}
|