99 lines
1.8 KiB
SCSS
99 lines
1.8 KiB
SCSS
|
|
//
|
|
// Select 2
|
|
//
|
|
@import "~vue-multiselect/dist/vue-multiselect.min.css";
|
|
|
|
// set width of select
|
|
.custom-multiselect {
|
|
.multiselect {
|
|
width: 350px;
|
|
}
|
|
}
|
|
|
|
.helo .multiselect__tags {
|
|
height: 20px !important;
|
|
}
|
|
|
|
.multiselect__tags {
|
|
min-height: $input-height !important;
|
|
padding: $input-padding-y $input-padding-x !important;
|
|
font-family: $font-family-base !important;
|
|
@include font-size($input-font-size);
|
|
font-weight: $input-font-weight !important;
|
|
line-height: $input-line-height !important;
|
|
color: $input-color !important;
|
|
background-color: $input-bg !important;
|
|
background-clip: padding-box;
|
|
border: $input-border-width solid $input-border-color !important;
|
|
}
|
|
|
|
.multiselect__placeholder {
|
|
padding-top: 0 !important;
|
|
margin-bottom: 0 !important;
|
|
color: $gray-400 !important
|
|
}
|
|
|
|
.multiselect__input {
|
|
margin-bottom: 0 !important;
|
|
}
|
|
|
|
.multiselect__single {
|
|
padding-left: 0 !important;
|
|
margin-bottom: 0 !important;
|
|
}
|
|
|
|
.multiselect__tag {
|
|
background-color: $primary !important;
|
|
margin-bottom: 0 !important;
|
|
}
|
|
|
|
.multiselect__tag-icon:after {
|
|
color: $gray-100 !important;
|
|
}
|
|
|
|
.multiselect,
|
|
.multiselect__input,
|
|
.multiselect__single {
|
|
font-size: 13px !important;
|
|
}
|
|
|
|
.multiselect__input,
|
|
.multiselect__single {
|
|
background-color: $input-bg !important;
|
|
}
|
|
|
|
.multiselect__content-wrapper {
|
|
background-color: $dropdown-bg !important;
|
|
border: 1px solid $input-border-color !important;
|
|
}
|
|
|
|
.mx-input::placeholder {
|
|
color: $input-placeholder-color;
|
|
}
|
|
|
|
.multiselect__input,
|
|
.mx-calendar-icon,
|
|
.mx-datepicker-btn-confirm,
|
|
.multiselect__option {
|
|
color: $input-color !important;
|
|
}
|
|
|
|
|
|
.multiselect__option--highlight,
|
|
.multiselect__option--highlight:after {
|
|
background: $primary !important;
|
|
color: $white !important;
|
|
}
|
|
|
|
|
|
// templating-select
|
|
|
|
.img-flag{
|
|
margin-right: 7px;
|
|
height: 15px;
|
|
width: 18px;
|
|
}
|
|
|
|
|