mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 08:43:25 +08:00
12 lines
219 B
SCSS
12 lines
219 B
SCSS
|
.select-kit.single-select {
|
||
|
.select-kit-filter {
|
||
|
display: flex;
|
||
|
|
||
|
&.is-expanded {
|
||
|
padding: 0.25em 0.5em;
|
||
|
border-top: 1px solid $primary-low;
|
||
|
border-bottom: 1px solid $primary-low;
|
||
|
}
|
||
|
}
|
||
|
}
|