Skip to content

Commit

Permalink
Merge pull request #918 from mcampa/STENCIL-2491-search-close
Browse files Browse the repository at this point in the history
STENCIL-2491 Fix mobile search dropdown style
  • Loading branch information
mcampa committed Feb 7, 2017
2 parents 8cb7ccd + 5fa4d79 commit 0b50ab7
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions assets/scss/components/stencil/search/_search.scss
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,22 @@
}
}

.quickSearchResults {
margin-top: spacing("single");

@include breakpoint("medium") {
margin-top: 0;
}

.modal-close {
display: none;

@include breakpoint("medium") {
display: block;
}
}
}

.advancedSearch-separator {
display: none;
}
Expand Down

0 comments on commit 0b50ab7

Please sign in to comment.