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

14 lines
178 B

@import "colors";
header .form-select {
width: auto;
max-width: 290px;
}
.bg-color-blue .form-select {
&:focus {
box-shadow: 0 0 0 0.25rem rgba($white, 0.35);
}
}