Skip to content

Commit 2b3deab

Browse files
Update styles.less
updated more weighted css
1 parent dc407d9 commit 2b3deab

File tree

1 file changed

+14
-9
lines changed
  • app/code/Magento/Wishlist/view/frontend/web/css

1 file changed

+14
-9
lines changed
Lines changed: 14 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,19 @@
1+
12
.toolbar {
3+
.wishlist-toolbar {
4+
.pages {
5+
display: inline-block;
6+
z-index: 0;
7+
position: absolute;
8+
}
9+
.toolbar-amount, .limiter {
10+
z-index: 1;
11+
display: inline-block;
12+
}
13+
}
14+
}
15+
.toolbar.wishlist-toolbar{
216
.limiter {
317
float: right;
418
}
5-
.wishlist-toolbar .pages {
6-
display: inline-block;
7-
z-index: 0;
8-
position: absolute;
9-
}
10-
.wishlist-toolbar .toolbar-amount, .limiter {
11-
z-index: 1;
12-
display: inline-block;
13-
}
1419
}

0 commit comments

Comments
 (0)