File tree Expand file tree Collapse file tree 2 files changed +28
-10
lines changed
app/design/frontend/Magento
blank/Magento_Checkout/web/css/source/module
luma/Magento_Checkout/web/css/source/module Expand file tree Collapse file tree 2 files changed +28
-10
lines changed Original file line number Diff line number Diff line change 110
110
@_dropdown-list-position-right : 0 ,
111
111
@_dropdown-list-pointer-position : right ,
112
112
@_dropdown-list-pointer-position-left-right : 26px ,
113
- @_dropdown-list-z-index : 101 ,
113
+ @_dropdown-list-z-index : 101 ,
114
114
@_dropdown-toggle-icon-content : @icon-cart ,
115
115
@_dropdown-toggle-active-icon-content : @icon-cart ,
116
116
@_dropdown-list-item-padding : false,
304
304
305
305
.weee [data- label] {
306
306
.lib-font-size (11 );
307
-
307
+
308
308
.label {
309
309
& :extend(.abs-no-display all );
310
310
}
340
340
}
341
341
342
342
.item-qty {
343
- margin-right : @indent__s ;
344
343
text-align : center ;
345
344
width : 45px ;
346
345
}
390
389
.media-width (@extremum , @break ) when (@extremum = ' max' ) and (@break = @screen__s ) {
391
390
.minicart-wrapper {
392
391
margin-top : @indent__s ;
392
+ .lib-clearfix ();
393
+ .product {
394
+ .actions {
395
+ float : left ;
396
+ margin : 10px 0 0 0 ;
397
+ }
398
+ }
399
+ .update-cart-item {
400
+ float : right ;
401
+ }
393
402
}
394
403
}
395
404
400
409
.media-width (@extremum , @break ) when (@extremum = ' min' ) and (@break = @screen__m ) {
401
410
.minicart-wrapper {
402
411
margin-left : 13px ;
403
-
412
+
404
413
.block-minicart {
405
414
right : -15px ;
406
415
width : 390px ;
Original file line number Diff line number Diff line change 120
120
@_dropdown-list-position-right : -10px ,
121
121
@_dropdown-list-pointer-position : right ,
122
122
@_dropdown-list-pointer-position-left-right : 12px ,
123
- @_dropdown-list-z-index : 101 ,
123
+ @_dropdown-list-z-index : 101 ,
124
124
@_dropdown-toggle-icon-content : @icon-cart ,
125
125
@_dropdown-toggle-active-icon-content : @icon-cart ,
126
126
@_dropdown-list-item-padding : false,
136
136
137
137
.block-minicart {
138
138
.lib-css (padding , 25px @minicart__padding-horizontal );
139
-
139
+
140
140
.block-title {
141
141
display : none ;
142
142
}
233
233
234
234
.minicart-items {
235
235
.lib-list-reset-styles ();
236
-
236
+
237
237
.product-item {
238
238
padding : @indent__base 0 ;
239
239
316
316
& :extend(.abs-toggling-title all );
317
317
border : 0 ;
318
318
padding : 0 @indent__xl @indent__xs 0 ;
319
-
319
+
320
320
& :after {
321
321
.lib-css (color , @color-gray56 );
322
322
margin : 0 0 0 @indent__xs ;
349
349
@_icon-font-position : after
350
350
);
351
351
}
352
-
352
+
353
353
> span {
354
354
& :extend(.abs-visually-hidden-reset all );
355
355
}
369
369
}
370
370
371
371
.item-qty {
372
- margin-right : @indent__s ;
373
372
text-align : center ;
374
373
width : 60px ;
375
374
}
419
418
.media-width (@extremum , @break ) when (@extremum = ' max' ) and (@break = @screen__m ) {
420
419
.minicart-wrapper {
421
420
margin-top : @indent__s ;
421
+ .lib-clearfix ();
422
+ .product {
423
+ .actions {
424
+ float : left ;
425
+ margin : 10px 0 0 0 ;
426
+ }
427
+ }
428
+ .update-cart-item {
429
+ float : right ;
430
+ }
422
431
}
423
432
}
424
433
You can’t perform that action at this time.
0 commit comments