Skip to content

Commit

Permalink
fix(community-pagination): fixing spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-bunce authored and theetrain committed Apr 17, 2019
1 parent fa48dce commit 44dcef2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/Pagination/Pagination.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,12 @@

.next, .nextHidden, .previous, .previousHidden {
color: $color-telus-purple;
padding: 0 8px;
padding: 0 4px 0 0;
font-size: 1rem;
line-height: 16px;
@include mq($from: md) {
line-height: 22px;
padding: 0 8px 0 4px;
}
button {
color: $color-telus-purple;
Expand All @@ -29,6 +30,7 @@
width: 32px;
height: 32px;
text-align: center;
padding: 0;
cursor: pointer;
@include mq($from: md) {
background: none;
Expand Down

0 comments on commit 44dcef2

Please sign in to comment.