Skip to content

Commit

Permalink
Merge pull request woocommerce#1047 from woocommerce/tweak/post-navig…
Browse files Browse the repository at this point in the history
…ation

Remove padding and transition styles from post navigation
  • Loading branch information
tiagonoronha authored Jan 29, 2019
2 parents 8ec5e69 + 7212897 commit 213fd05
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions assets/css/base/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1296,33 +1296,18 @@ button.menu-toggle {
.nav-next {
a {
display: inline-block;
transition: all, ease, 0.3s;
padding: ms(-2) 1em;
border-radius: 3px;
}
}

.nav-previous {
float: left;
width: 50%;

a {
&:hover {
transform: translate(-1em);
}
}
}

.nav-next {
float: right;
text-align: right;
width: 50%;

a {
&:hover {
transform: translate(1em);
}
}
}

}
Expand Down

0 comments on commit 213fd05

Please sign in to comment.