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 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,
304304
305305 .weee [data- label] {
306306 .lib-font-size (11 );
307-
307+
308308 .label {
309309 & :extend(.abs-no-display all );
310310 }
340340 }
341341
342342 .item-qty {
343- margin-right : @indent__s ;
344343 text-align : center ;
345344 width : 45px ;
346345 }
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
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 ;
Original file line number Diff line number Diff line change 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,
136136
137137 .block-minicart {
138138 .lib-css (padding , 25px @minicart__padding-horizontal );
139-
139+
140140 .block-title {
141141 display : none ;
142142 }
233233
234234 .minicart-items {
235235 .lib-list-reset-styles ();
236-
236+
237237 .product-item {
238238 padding : @indent__base 0 ;
239239
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 ;
349349 @_icon-font-position : after
350350 );
351351 }
352-
352+
353353 > span {
354354 & :extend(.abs-visually-hidden-reset all );
355355 }
369369 }
370370
371371 .item-qty {
372- margin-right : @indent__s ;
373372 text-align : center ;
374373 width : 60px ;
375374 }
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
You can’t perform that action at this time.
0 commit comments