Skip to content

Commit a6e92d1

Browse files
ENGCOM-6149: Resovled issue #25137 #25206
2 parents c8a6fd0 + 67fdc36 commit a6e92d1

File tree

2 files changed

+28
-10
lines changed
  • app/design/frontend/Magento

2 files changed

+28
-10
lines changed

app/design/frontend/Magento/blank/Magento_Checkout/web/css/source/module/_minicart.less

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@
110110
@_dropdown-list-position-right: 0,
111111
@_dropdown-list-pointer-position: right,
112112
@_dropdown-list-pointer-position-left-right: 26px,
113-
@_dropdown-list-z-index: 101,
113+
@_dropdown-list-z-index: 101,
114114
@_dropdown-toggle-icon-content: @icon-cart,
115115
@_dropdown-toggle-active-icon-content: @icon-cart,
116116
@_dropdown-list-item-padding: false,
@@ -304,7 +304,7 @@
304304

305305
.weee[data-label] {
306306
.lib-font-size(11);
307-
307+
308308
.label {
309309
&:extend(.abs-no-display all);
310310
}
@@ -340,7 +340,6 @@
340340
}
341341

342342
.item-qty {
343-
margin-right: @indent__s;
344343
text-align: center;
345344
width: 45px;
346345
}
@@ -390,6 +389,16 @@
390389
.media-width(@extremum, @break) when (@extremum = 'max') and (@break = @screen__s) {
391390
.minicart-wrapper {
392391
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+
}
393402
}
394403
}
395404

@@ -400,7 +409,7 @@
400409
.media-width(@extremum, @break) when (@extremum = 'min') and (@break = @screen__m) {
401410
.minicart-wrapper {
402411
margin-left: 13px;
403-
412+
404413
.block-minicart {
405414
right: -15px;
406415
width: 390px;

app/design/frontend/Magento/luma/Magento_Checkout/web/css/source/module/_minicart.less

Lines changed: 15 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@
120120
@_dropdown-list-position-right: -10px,
121121
@_dropdown-list-pointer-position: right,
122122
@_dropdown-list-pointer-position-left-right: 12px,
123-
@_dropdown-list-z-index: 101,
123+
@_dropdown-list-z-index: 101,
124124
@_dropdown-toggle-icon-content: @icon-cart,
125125
@_dropdown-toggle-active-icon-content: @icon-cart,
126126
@_dropdown-list-item-padding: false,
@@ -136,7 +136,7 @@
136136

137137
.block-minicart {
138138
.lib-css(padding, 25px @minicart__padding-horizontal);
139-
139+
140140
.block-title {
141141
display: none;
142142
}
@@ -233,7 +233,7 @@
233233

234234
.minicart-items {
235235
.lib-list-reset-styles();
236-
236+
237237
.product-item {
238238
padding: @indent__base 0;
239239

@@ -316,7 +316,7 @@
316316
&:extend(.abs-toggling-title all);
317317
border: 0;
318318
padding: 0 @indent__xl @indent__xs 0;
319-
319+
320320
&:after {
321321
.lib-css(color, @color-gray56);
322322
margin: 0 0 0 @indent__xs;
@@ -349,7 +349,7 @@
349349
@_icon-font-position: after
350350
);
351351
}
352-
352+
353353
> span {
354354
&:extend(.abs-visually-hidden-reset all);
355355
}
@@ -369,7 +369,6 @@
369369
}
370370

371371
.item-qty {
372-
margin-right: @indent__s;
373372
text-align: center;
374373
width: 60px;
375374
}
@@ -419,6 +418,16 @@
419418
.media-width(@extremum, @break) when (@extremum = 'max') and (@break = @screen__m) {
420419
.minicart-wrapper {
421420
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+
}
422431
}
423432
}
424433

0 commit comments

Comments
 (0)