mirror of
https://gh.wpcy.net/https://github.com/discourse/discourse.git
synced 2026-05-27 17:02:55 +08:00
10 lines
168 B
SCSS
Vendored
10 lines
168 B
SCSS
Vendored
@use "lib/viewport";
|
|
|
|
.form-kit__control-select {
|
|
height: 2em;
|
|
border: 1px solid var(--primary-low-mid);
|
|
|
|
@include viewport.until(sm) {
|
|
height: 2.25em;
|
|
}
|
|
}
|