Remove border and add handheld styling to pagination
This commit is contained in:
parent
a0d2a4d219
commit
99ab28a886
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -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
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue