edit css to prevent disappearing background

This commit is contained in:
KDSBrowne 2018-01-16 09:03:14 -08:00
parent 5bac8f782a
commit cc32e1d2d9

View File

@ -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;