Skip to content

Commit

Permalink
tidy up solution
Browse files Browse the repository at this point in the history
  • Loading branch information
rmccar committed Jan 24, 2025
1 parent 935f640 commit c8cb75c
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions src/components/button/_button.scss
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,9 @@ $button-shadow-size: 3px;

&--search {
.ons-icon {
@include mq(s, l) {
margin-right: 0.5rem;
}
@include mq(xs, 499px) {
margin: 0.125rem 0;
margin: 0.125rem 0.5rem 0.125rem 0;
@include mq(xs, s) {
margin-right: 0;
}
}
}
Expand Down

0 comments on commit c8cb75c

Please sign in to comment.