Skip to content

Commit 7c5b9a5

Browse files
Create styles.less
creating less file
1 parent 8923046 commit 7c5b9a5

File tree

1 file changed

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

1 file changed

+14
-0
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
.limiter {
2+
float: right;
3+
}
4+
.toolbar {
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+
}
14+
}

0 commit comments

Comments
 (0)