mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-08 23:18:18 -07:00
14 lines
247 B
SCSS
14 lines
247 B
SCSS
@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);
|
|
}
|
|
}
|
|
|