Skip to content

Commit 35c033e

Browse files
Update _module.less
updating css for pagination toolbar
1 parent bd89f7b commit 35c033e

File tree

1 file changed

+17
-0
lines changed
  • app/design/frontend/Magento/blank/Magento_Wishlist/web/css/source

1 file changed

+17
-0
lines changed

app/design/frontend/Magento/blank/Magento_Wishlist/web/css/source/_module.less

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,23 @@
88
// _____________________________________________
99

1010
& when (@media-common = true) {
11+
.toolbar {
12+
&.wishlist-toolbar{
13+
.limiter {
14+
float: right;
15+
}
16+
.main .pages {
17+
display: inline-block;
18+
z-index: 0;
19+
position: relative;
20+
}
21+
.toolbar-amount, .limiter {
22+
z-index: 1;
23+
display: inline-block;
24+
}
25+
}
26+
}
27+
1128
.form.wishlist.items {
1229
.actions-toolbar {
1330
&:extend(.abs-reset-left-margin all);

0 commit comments

Comments
 (0)