edit css to prevent disappearing background
This commit is contained in:
parent
5bac8f782a
commit
cc32e1d2d9
@ -78,7 +78,8 @@ $dropdown-caret-height: 8px;
|
||||
font-size: $font-size-large * 1.1;
|
||||
width: calc(100% - #{($line-height-computed * 2)});
|
||||
left: $line-height-computed;
|
||||
box-shadow: 0 0 0 2rem #fff;
|
||||
box-shadow: 0 0 0 2rem $color-white !important;
|
||||
border: $color-white !important;
|
||||
|
||||
@include mq($small-only) {
|
||||
display: block;
|
||||
|
Loading…
Reference in New Issue
Block a user