mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-07 21:48:16 -08:00
Fix alignment of tab bars
This commit is contained in:
parent
13469f60bd
commit
39539f6289
1 changed files with 2 additions and 3 deletions
|
|
@ -1,5 +1,4 @@
|
||||||
@import "variables";
|
@import "colors";
|
||||||
@import "sqm_bootstrap";
|
|
||||||
|
|
||||||
header .form-select {
|
header .form-select {
|
||||||
width: auto;
|
width: auto;
|
||||||
|
|
@ -8,7 +7,7 @@ header .form-select {
|
||||||
|
|
||||||
.bg-color-blue .form-select {
|
.bg-color-blue .form-select {
|
||||||
&:focus {
|
&:focus {
|
||||||
box-shadow: 0 0 0 $input-btn-focus-width rgba($white, $input-btn-focus-color-opacity);
|
box-shadow: 0 0 0 0.25rem rgba($white, 0.35);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue