Add styling changes. Change focus state color for select elements. Change wording of about MCIEA section
parent
50f7a54807
commit
13469f60bd
@ -0,0 +1,14 @@
|
|||||||
|
@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);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
Loading…
Reference in new issue