mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-07 21:48:16 -08:00
13 lines
178 B
SCSS
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);
|
|
}
|
|
}
|
|
|