Skip to content
This repository was archived by the owner on May 20, 2019. It is now read-only.

Commit fc23d99

Browse files
authored
Merge pull request #1 from Karlasa/Karlasa-clean-up-multiwishlist
Update _module.less
2 parents f710f9b + 970a746 commit fc23d99

File tree

1 file changed

+3
-2
lines changed
  • app/design/frontend/Magento/blank/Magento_MultipleWishlist/web/css/source

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@
185185
}
186186

187187
.form-wishlist-search {
188-
.lib-css(margin-bottom, @indent__l*2);
188+
margin-bottom: @indent__l * 2;
189189
max-width: 500px;
190190

191191
.fieldset {
@@ -216,8 +216,9 @@
216216

217217
.block-wishlist-info-items {
218218
.block-title {
219-
.lib-css(margin-bottom, @indent__base);
220219
.lib-font-size(22);
220+
margin-bottom: @indent__base;
221+
221222
> strong {
222223
font-weight: @font-weight__light;
223224
}

0 commit comments

Comments
 (0)