File tree Expand file tree Collapse file tree 2 files changed +22
-2
lines changed
app/design/frontend/Magento
blank/Magento_Customer/web/css/source
luma/Magento_Customer/web/css/source Expand file tree Collapse file tree 2 files changed +22
-2
lines changed Original file line number Diff line number Diff line change 492
492
.block-addresses-list {
493
493
.items.addresses {
494
494
& :extend(.abs-add-clearfix-desktop all );
495
+ font-size : 0 ;
495
496
496
497
> .item {
497
- & :extend(.abs-blocks-2columns all );
498
+ display : inline-block ;
499
+ font-size : @font-size__base ;
498
500
margin-bottom : @indent__base ;
501
+ vertical-align : top ;
502
+ width : 48.8% ;
499
503
500
504
& :nth- last- child(1 ),
501
505
& :nth- last- child(2 ) {
502
506
margin-bottom : 0 ;
503
507
}
508
+
509
+ & :nth- child(even) {
510
+ margin-left : 2.4% ;
511
+ }
504
512
}
505
513
}
506
514
}
Original file line number Diff line number Diff line change 106
106
107
107
.box-billing-address ,
108
108
.box-shipping-address ,
109
+ .box-address-billing ,
110
+ .box-address-shipping ,
109
111
.box-information ,
110
112
.box-newsletter {
111
113
.box-content {
437
439
.block-addresses-list {
438
440
.items.addresses {
439
441
& :extend(.abs-add-clearfix-desktop all );
442
+ font-size : 0 ;
440
443
441
444
> .item {
442
- & :extend(.abs-blocks-2columns all );
445
+ display : inline-block ;
446
+ font-size : @font-size__base ;
443
447
margin-bottom : @indent__base ;
448
+ vertical-align : top ;
449
+ width : 48% ;
444
450
445
451
& :nth- last- child(1 ),
446
452
& :nth- last- child(2 ) {
447
453
margin-bottom : 0 ;
448
454
}
455
+
456
+ & :nth- child(even) {
457
+ margin-left : 4% ;
458
+ }
449
459
}
450
460
}
451
461
479
489
480
490
.box-billing-address ,
481
491
.box-shipping-address ,
492
+ .box-address-billing ,
493
+ .box-address-shipping ,
482
494
.box-information {
483
495
.box-content {
484
496
& :extend(.abs-account-block-font-size all );
You can’t perform that action at this time.
0 commit comments