mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-21 15:13:50 +00:00
socialissues badge style in multiselect
This commit is contained in:
@@ -73,16 +73,27 @@ export default {
|
||||
</script>
|
||||
|
||||
<style src="vue-multiselect/dist/vue-multiselect.css"></style>
|
||||
|
||||
<style lang="scss">
|
||||
@import 'ChillMainAssets/module/bootstrap/shared';
|
||||
@import 'ChillPersonAssets/chill/scss/mixins';
|
||||
|
||||
span.multiselect__tag {
|
||||
background: var(--bs-chill-orange);
|
||||
@include badge_social_issue;
|
||||
background: $chill-l-gray;
|
||||
color: $dark;
|
||||
}
|
||||
span.multiselect__option--highlight {
|
||||
&::after {
|
||||
background: var(--bs-chill-green);
|
||||
background: $green;
|
||||
}
|
||||
&.multiselect__option--selected::after {
|
||||
background: var(--bs-chill-red);
|
||||
&.multiselect__option--selected {
|
||||
&::after {
|
||||
background: $red;
|
||||
}
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user