|
|
@ -1,6 +1,12 @@
|
|
|
|
@import "vars.scss";
|
|
|
|
@import "vars.scss";
|
|
|
|
@import "node_modules/vue-multiselect/dist/vue-multiselect";
|
|
|
|
@import "node_modules/vue-multiselect/dist/vue-multiselect";
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.multiselect {
|
|
|
|
|
|
|
|
.dark & {
|
|
|
|
|
|
|
|
color: $dark-font-color;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.multiselect__tags {
|
|
|
|
.multiselect__tags {
|
|
|
|
border-radius: 1.5rem;
|
|
|
|
border-radius: 1.5rem;
|
|
|
|
border: 1px solid #ced4da;
|
|
|
|
border: 1px solid #ced4da;
|
|
|
@ -14,10 +20,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
.multiselect__option--highlight {
|
|
|
|
.multiselect__option--highlight {
|
|
|
|
background: $primary !important;
|
|
|
|
background: $primary !important;
|
|
|
|
|
|
|
|
color: $dark-font-color2 !important;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.multiselect__option--highlight::after {
|
|
|
|
.multiselect__option--highlight::after {
|
|
|
|
background: $primary !important;
|
|
|
|
background: $primary !important;
|
|
|
|
|
|
|
|
color: $dark-font-color2 !important;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.multiselect__tag {
|
|
|
|
.multiselect__tag {
|
|
|
|