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