nav.primary {
- .btn-outline-primary {
+ & > .btn-group .btn-outline-primary {
@include button-outline-variant($green, $color-hover: $white, $active-color: $white);
}
.search_form {
background-color: $lightgrey;
+ #query {
+ z-index: 0;
+ }
+
.describe_location {
- top: 6px;
- right: 6px;
font-size: 10px;
- color: $blue;
}
}