File tree Expand file tree Collapse file tree 2 files changed +24
-16
lines changed
app/design/frontend/Magento
blank/Magento_MultipleWishlist/web/css/source
luma/Magento_MultipleWishlist/web/css/source Expand file tree Collapse file tree 2 files changed +24
-16
lines changed Original file line number Diff line number Diff line change 1- // / **
2- // * Copyright © Magento, Inc. All rights reserved.
3- // * See COPYING.txt for license details .
4- // */
1+ /* *
2+ * Copyright 2025 Adobe
3+ * All Rights Reserved .
4+ */
55
66@desktop-popup-width : 380px ;
77@desktop-popup-margin-left : - ((@desktop-popup-width + (@popup__padding * 2 )) / 2 );
1212// Common
1313// _____________________________________________
1414
15+ /* *
16+ * @codingStandardsIgnoreStart
17+ */
1518& when (@media-common = true ) {
1619 .wishlist {
1720 // Wish list split button
218221 .block-title {
219222 .lib-font-size (22 );
220223 margin-bottom : @indent__base ;
221-
224+
222225 > strong {
223226 font-weight : @font-weight__light ;
224227 }
497500 .toolbar-wishlist-results {
498501 & :extend(.abs-pager-toolbar all );
499502 }
500- }
503+ }
504+ // @codingStandardsIgnoreEnd
Original file line number Diff line number Diff line change 1- // / **
2- // * Copyright © Magento, Inc. All rights reserved.
3- // * See COPYING.txt for license details .
4- // */
1+ /* *
2+ * Copyright 2025 Adobe
3+ * All Rights Reserved .
4+ */
55
66//
77// Variables
1616// Common
1717// _____________________________________________
1818
19+ /* *
20+ * @codingStandardsIgnoreStart
21+ */
1922& when (@media-common = true ) {
2023 .wishlist {
2124 // Wish list split button
4043 .items {
4144 padding : 6px 0 ;
4245 text-align : left ;
43-
46+
4447 .item {
4548 > span {
4649 display : block ;
4750 padding : 5px 5px 5px 23px ;
4851 }
4952
5053 }
51-
54+
5255 li {
5356 padding : 0 ;
5457 }
117120 & .split ,
118121 & .toggle {
119122 .lib-css (color , @link__color );
120-
123+
121124 & :before {
122125 display : none ;
123126 }
138141
139142 & .overlay {
140143 .lib-window-overlay ();
141-
144+
142145 & .active {
143146 display : block ;
144147 }
356359 // Select wish list
357360 &-select {
358361 margin : 0 - @layout__width-xs-indent 20px ;
359-
362+
360363 .wishlist-name {
361364 .lib-font-size (16 );
362365 & :extend(.abs-toggling-title-mobile all );
568571 .toolbar-wishlist-results {
569572 & :extend(.abs-pager-toolbar all );
570573 }
571- }
574+ }
575+ // @codingStandardsIgnoreEnd
You can’t perform that action at this time.
0 commit comments