Skip to content

Commit 00a2131

Browse files
Create styles.css
created css for wishlist page
1 parent ff416b9 commit 00a2131

File tree

1 file changed

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

1 file changed

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

0 commit comments

Comments
 (0)