discourse/app/assets/stylesheets/mobile/select-kit/select-kit.scss

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

16 lines
195 B
SCSS
Raw Normal View History

.select-kit {
&.is-expanded {
z-index: z("dropdown");
}
.select-kit-filter {
.filter-input {
font-size: 16px;
}
}
.select-kit-row {
padding: 0.75em 0.5em;
}
}