Skip to content

Commit

Permalink
fixing scss lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
mcampa committed Feb 7, 2017
1 parent 45b26d5 commit 7a4bf7d
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions assets/scss/components/stencil/search/_search.scss
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,13 @@

.modal-close {
display: none;
@include breakpoint("medium") {
display: block;
}
}

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

.modal-close {
display: block;
}
}
}

Expand Down

0 comments on commit 7a4bf7d

Please sign in to comment.