61 lines
1.3 KiB
SCSS
61 lines
1.3 KiB
SCSS
.multiselect__tags {
|
|
border: unset !important;
|
|
|
|
}
|
|
.multiselect__content-wrapper {
|
|
z-index: 99;
|
|
// right: -0.6em;
|
|
// width: 24em;
|
|
// max-height: 30em !important;
|
|
}
|
|
// .multiselect__select{
|
|
// left: 1.5em !important;
|
|
// }
|
|
|
|
// <!-- #region multiselect styles -->
|
|
// <style lang="scss">
|
|
.multiselect__option--selected.multiselect__option--highlight:after {
|
|
content: "\e940";
|
|
font-family: "tavasi" !important;
|
|
speak: never;
|
|
font-style: normal;
|
|
font-weight: normal;
|
|
font-variant: normal;
|
|
text-transform: none;
|
|
color: #fff !important;
|
|
-webkit-font-smoothing: antialiased;
|
|
-moz-osx-font-smoothing: grayscale;
|
|
font-size: 1.2rem;
|
|
}
|
|
.multiselect__option--highlight:after {
|
|
content: "\e994";
|
|
font-family: "tavasi" !important;
|
|
speak: never;
|
|
font-style: normal;
|
|
font-weight: normal;
|
|
font-variant: normal;
|
|
text-transform: none;
|
|
color: #fff !important;
|
|
-webkit-font-smoothing: antialiased;
|
|
-moz-osx-font-smoothing: grayscale;
|
|
}
|
|
|
|
.multiselect__option--selected:after {
|
|
content: "\e994";
|
|
font-family: "tavasi" !important;
|
|
speak: never;
|
|
font-style: normal;
|
|
font-weight: normal;
|
|
font-variant: normal;
|
|
text-transform: none;
|
|
color: green !important;
|
|
-webkit-font-smoothing: antialiased;
|
|
-moz-osx-font-smoothing: grayscale;
|
|
|
|
color: #aaa;
|
|
background: inherit;
|
|
}
|
|
|
|
// </style>
|
|
// <!-- #endregion -->
|