This repository has been archived on 2023-03-18. You can view files and clone it, but cannot push or open issues or pull requests.
osr-discourse-src/app/assets/stylesheets/mobile/select-kit/dropdown-select-box.scss

21 lines
290 B
SCSS

.select-kit {
&.dropdown-select-box {
.select-kit-collection {
overflow-y: auto;
}
.select-kit-row {
.svg-icon-title {
width: auto;
height: auto;
}
.texts {
.name {
font-weight: normal;
}
}
}
}
}