File tree Expand file tree Collapse file tree 1 file changed +3
-22
lines changed
app/code/Magento/PageBuilder/view/adminhtml/web/css/source/content-type/products Expand file tree Collapse file tree 1 file changed +3
-22
lines changed Original file line number Diff line number Diff line change 27
27
margin-left : -20px ;
28
28
}
29
29
30
- .product-items {
31
- & :extend(.abs-reset-list all );
32
- }
33
-
34
30
.product-item {
35
31
display : inline-block ;
36
32
max-width : 100% ;
40
36
vertical-align : top ;
41
37
width : 200px ;
42
38
43
- & :extend(.abs-add-box-sizing all );
44
-
45
39
a ,
46
40
button ,
47
41
.swatch-attribute-options {
192
186
}
193
187
194
188
& .towishlist {
195
- & :extend(.abs-actions-addto all );
196
- .lib-icon-font-symbol (
197
- @_icon-font-content : @icon-wishlist-full ,
198
- @_icon-font-position : before
199
- );
189
+ .lib-icon-font-symbol (@_icon-font-content : @icon-wishlist-full , @_icon-font-position : before);
200
190
}
201
191
202
192
& .tocompare {
203
- .lib-icon-font-symbol (
204
- @_icon-font-content : @icon-compare-full ,
205
- @_icon-font-position : before
206
- );
193
+ .lib-icon-font-symbol (@_icon-font-content : @icon-compare-full , @_icon-font-position : before);
207
194
}
208
195
}
209
196
}
210
197
211
198
.product-item-name {
212
- & :extend(.abs-product-link all );
213
199
-moz-hyphens : auto ;
214
200
-ms-hyphens : auto ;
215
201
-webkit-hyphens : auto ;
251
237
}
252
238
253
239
.rating-summary {
254
- .lib-rating-summary (
255
- @_icon-font : ' luma-icons' ,
256
- @_icon-font-size : 16px ,
257
- @_icon-letter-spacing : 2px
258
- );
240
+ .lib-rating-summary (@_icon-font : ' luma-icons' , @_icon-font-size : 16px , @_icon-letter-spacing : 2px );
259
241
.lib-rating-summary-label-hide ();
260
242
261
243
display : inline-block ;
274
256
overflow : hidden ;
275
257
position : relative ;
276
258
z-index : 1 ;
277
- & :extend(.abs-reset-image-wrapper all );
278
259
}
279
260
280
261
.product-image-container {
You can’t perform that action at this time.
0 commit comments