28 lines
683 B
SCSS
28 lines
683 B
SCSS
![]() |
.vs {
|
||
|
&__dropdown-toggle {
|
||
|
border: 1px solid #f1f1f1 !important;
|
||
|
border-radius: 10px !important;
|
||
|
/* height: 40px; */
|
||
|
align-items: center;
|
||
|
display: flex;
|
||
|
padding: 4px !important;
|
||
|
}
|
||
|
&__selected {
|
||
|
margin: 4px 0 4px 4px !important;
|
||
|
font-size: 0.75rem;
|
||
|
border-radius: 10px !important;
|
||
|
border: 0 !important;
|
||
|
padding: 0 0.5rem !important;
|
||
|
min-height: 38px;
|
||
|
}
|
||
|
&__open-indicator {
|
||
|
transform: scale(0.8) !important;
|
||
|
}
|
||
|
&--open .vs__open-indicator {
|
||
|
transform: rotate(180deg) scale(0.8) !important;
|
||
|
}
|
||
|
&__search,
|
||
|
&__search:focus {
|
||
|
margin: 4px 0 !important;
|
||
|
}
|
||
|
}
|