sqm-dashboards/app/assets/stylesheets/partials/_forms.scss
2022-01-13 13:45:45 +01:00

13 lines
178 B
SCSS

@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);
}
}