Remove border and add handheld styling to pagination

This commit is contained in:
Tiago Noronha 2018-11-19 14:40:43 +00:00
parent a0d2a4d219
commit 99ab28a886
3 changed files with 12 additions and 6 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -73,9 +73,6 @@ a.button {
}
.woocommerce-pagination {
padding-top: 1rem;
margin-top: 1rem;
border-top: 1px solid #eee;
font-family: $headings;
font-size: 0.88889em;
@ -92,7 +89,7 @@ a.button {
a.page-numbers,
.next.page-numbers,
.prev.page-numbers {
padding: 1rem;
padding: 0 calc(.5 * 1rem);
display: inline-block;
}
}
@ -1204,6 +1201,15 @@ table.variations {
font-size: 2.25em;
}
.woocommerce-pagination {
span.page-numbers,
a.page-numbers,
.next.page-numbers,
.prev.page-numbers {
padding: 1rem;
}
}
/**
* Account section
*/