mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-21 07:03:49 +00:00
divers styles: colors var, table thead,...
This commit is contained in:
@@ -75,6 +75,14 @@ export default {
|
||||
<style src="vue-multiselect/dist/vue-multiselect.css"></style>
|
||||
<style lang="scss">
|
||||
span.multiselect__tag {
|
||||
background: var(--chill-orange);
|
||||
background: var(--bs-chill-orange);
|
||||
}
|
||||
span.multiselect__option--highlight {
|
||||
&::after {
|
||||
background: var(--bs-chill-green);
|
||||
}
|
||||
&.multiselect__option--selected::after {
|
||||
background: var(--bs-chill-red);
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
Reference in New Issue
Block a user