Skip to content

Commit c7aa2f7

Browse files
authored
Update _module.less
1 parent fc23d99 commit c7aa2f7

File tree

1 file changed

+7
-2
lines changed
  • app/design/frontend/Magento/luma/Magento_MultipleWishlist/web/css/source

1 file changed

+7
-2
lines changed

app/design/frontend/Magento/luma/Magento_MultipleWishlist/web/css/source/_module.less

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,15 @@
4040
.items {
4141
padding: 6px 0;
4242
text-align: left;
43+
4344
.item {
4445
> span {
4546
display: block;
4647
padding: 5px 5px 5px 23px;
4748
}
4849

4950
}
51+
5052
li {
5153
padding: 0;
5254
}
@@ -115,6 +117,7 @@
115117
&.split,
116118
&.toggle {
117119
.lib-css(color, @link__color);
120+
118121
&:before {
119122
display: none;
120123
}
@@ -135,6 +138,7 @@
135138

136139
&.overlay {
137140
.lib-window-overlay();
141+
138142
&.active {
139143
display: block;
140144
}
@@ -254,7 +258,7 @@
254258
}
255259

256260
.form-wishlist-search {
257-
.lib-css(margin-bottom, @indent__l*2);
261+
margin-bottom: @indent__l * 2;
258262
max-width: 500px;
259263

260264
.fieldset {
@@ -281,7 +285,7 @@
281285

282286
.block-wishlist-info-items {
283287
.block-title {
284-
.lib-css(margin-bottom, @indent__base);
288+
margin-bottom: @indent__base;
285289
.lib-font-size(22px);
286290

287291
> strong {
@@ -352,6 +356,7 @@
352356
// Select wish list
353357
&-select {
354358
margin: 0 -@layout__width-xs-indent 20px;
359+
355360
.wishlist-name {
356361
.lib-font-size(16);
357362
&:extend(.abs-toggling-title-mobile all);

0 commit comments

Comments
 (0)