You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
sqm-dashboards/app/assets/stylesheets/_forms.scss

15 lines
247 B

@import "variables";
@import "sqm_bootstrap";
header .form-select {
width: auto;
max-width: 290px;
}
.bg-color-blue .form-select {
&:focus {
box-shadow: 0 0 0 $input-btn-focus-width rgba($white, $input-btn-focus-color-opacity);
}
}