24 lines
396 B
SCSS
24 lines
396 B
SCSS
.select-kit.single-select {
|
|
.select-kit-filter {
|
|
display: flex;
|
|
|
|
&.is-expanded {
|
|
padding: 0.25em 0.5em;
|
|
border-top: 1px solid var(--primary-low);
|
|
border-bottom: 1px solid var(--primary-low);
|
|
}
|
|
}
|
|
|
|
&.is-expanded {
|
|
.select-kit-header {
|
|
border-color: var(--tertiary);
|
|
}
|
|
}
|
|
|
|
&.is-disabled {
|
|
.select-kit-header {
|
|
opacity: 0.5;
|
|
}
|
|
}
|
|
}
|