Skip to content
Snippets Groups Projects
Commit f3a60381 authored by Olga Matviienko's avatar Olga Matviienko
Browse files

MAGETWO-63037: Additional Address Entries are aligned wrong on storefront

parent 779aa5f4
No related merge requests found
...@@ -492,15 +492,23 @@ ...@@ -492,15 +492,23 @@
.block-addresses-list { .block-addresses-list {
.items.addresses { .items.addresses {
&:extend(.abs-add-clearfix-desktop all); &:extend(.abs-add-clearfix-desktop all);
font-size: 0;
> .item { > .item {
&:extend(.abs-blocks-2columns all); display: inline-block;
font-size: @font-size__base;
margin-bottom: @indent__base; margin-bottom: @indent__base;
vertical-align: top;
width: 48.8%;
&:nth-last-child(1), &:nth-last-child(1),
&:nth-last-child(2) { &:nth-last-child(2) {
margin-bottom: 0; margin-bottom: 0;
} }
&:nth-child(even) {
margin-left: 2.4%;
}
} }
} }
} }
......
...@@ -106,6 +106,8 @@ ...@@ -106,6 +106,8 @@
.box-billing-address, .box-billing-address,
.box-shipping-address, .box-shipping-address,
.box-address-billing,
.box-address-shipping,
.box-information, .box-information,
.box-newsletter { .box-newsletter {
.box-content { .box-content {
...@@ -437,15 +439,23 @@ ...@@ -437,15 +439,23 @@
.block-addresses-list { .block-addresses-list {
.items.addresses { .items.addresses {
&:extend(.abs-add-clearfix-desktop all); &:extend(.abs-add-clearfix-desktop all);
font-size: 0;
> .item { > .item {
&:extend(.abs-blocks-2columns all); display: inline-block;
font-size: @font-size__base;
margin-bottom: @indent__base; margin-bottom: @indent__base;
vertical-align: top;
width: 48%;
&:nth-last-child(1), &:nth-last-child(1),
&:nth-last-child(2) { &:nth-last-child(2) {
margin-bottom: 0; margin-bottom: 0;
} }
&:nth-child(even) {
margin-left: 4%;
}
} }
} }
...@@ -479,6 +489,8 @@ ...@@ -479,6 +489,8 @@
.box-billing-address, .box-billing-address,
.box-shipping-address, .box-shipping-address,
.box-address-billing,
.box-address-shipping,
.box-information { .box-information {
.box-content { .box-content {
&:extend(.abs-account-block-font-size all); &:extend(.abs-account-block-font-size all);
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment