Create condition for no search and add config/css

This commit is contained in:
Patrick Marsceill
2018-11-16 11:46:43 -05:00
parent 45eea0efb6
commit d11e332dc6
7 changed files with 18 additions and 8 deletions

View File

@@ -79,8 +79,6 @@
@include mq(md) {
background-color: $white;
border-bottom: $border $border-color;
}
.main-content {
@@ -88,8 +86,11 @@
@include mq(md) {
display: flex;
justify-content: space-between;
justify-content: flex-end;
height: 60px;
padding-top: $sp-4;
padding-bottom: $sp-4;
border-bottom: $border $border-color;
}
}
}

View File

@@ -14,7 +14,7 @@
z-index: 101;
height: 60px;
padding-top: $sp-4;
box-shadow: inset 0 -1px 0 $border-color;
border-bottom: $border $border-color;
}
}

View File

@@ -17,7 +17,7 @@
display: block;
padding-top: $sp-1;
padding-right: 0;
padding-bottom: $sp-4;
padding-bottom: 0;
padding-left: 0;
margin-bottom: 0;
background-color: transparent;