Skip to content
This repository has been archived by the owner on Jun 16, 2020. It is now read-only.

Commit

Permalink
Improved pager styling
Browse files Browse the repository at this point in the history
  • Loading branch information
sboerrigter committed Oct 27, 2016
1 parent 01f48b5 commit 54ea880
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions assets/styles/components/_pager.scss
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,23 @@
background: $light-grey;
}

.prev {
float: left;

@include respond-to('medium') {
float: none;
}
}

.next {
float: right;
margin-right: 0;

@include respond-to('medium') {
float: none;
}
}

.dots,
.page-number {
display: none;
Expand Down
2 changes: 1 addition & 1 deletion assets/styles/output/main.css

Large diffs are not rendered by default.

0 comments on commit 54ea880

Please sign in to comment.