Chatwoot/app/javascript/dashboard/assets/scss/plugins/_multiselect.scss

45 lines
704 B
SCSS
Raw Normal View History

.multiselect {
margin-bottom: $space-normal;
min-height: 38px;
> .multiselect__tags {
@include margin(0);
border: 1px solid $color-border;
min-height: 44px;
padding-top: $zero;
.multiselect__placeholder {
padding-top: $space-small;
}
.multiselect__tag {
margin-top: $space-one;
}
.multiselect__input {
@include ghost-input;
@include padding($zero);
margin-bottom: $zero;
}
2019-10-27 13:58:02 +00:00
.multiselect__single {
@include padding($space-one);
margin-bottom: 0;
}
}
.multiselect__select {
min-height: 44px;
padding: 0;
right: 0;
top: 0;
&::before {
right: 0;
top: 60%;
}
}
}