Skip to content

Commit

Permalink
Merge pull request #507 from open-sausages/pulls/4.0/496-sort-icon-fo…
Browse files Browse the repository at this point in the history
…r-small-screens

Reduce the sort dropdown label to an icon for smaller screens
  • Loading branch information
Damian Mooyman committed Jun 28, 2017
2 parents ee228bf + 5ee78c3 commit c9dd45c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion client/dist/styles/bundle.css

Large diffs are not rendered by default.

11 changes: 11 additions & 0 deletions client/src/containers/Gallery/Gallery.scss
Expand Up @@ -112,6 +112,17 @@
> span {
text-align: right;
color: inherit;

@include media-breakpoint-down(sm) {
font-size: 0;

&:after {
content: "\e002";
font-size: $font-size-lg;
font-family: silverstripe;
color: $btn-secondary-color;
}
}
}

> span::before {
Expand Down

0 comments on commit c9dd45c

Please sign in to comment.