Skip to content

Commit

Permalink
ENGCOM-3854: Fixed checkout page product options alignment in order s…
Browse files Browse the repository at this point in the history
…ummary #20138
  • Loading branch information
sidolov authored Jan 31, 2019
2 parents d4eae66 + 986897f commit b8f01db
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,10 @@

.product {
position: relative;
.item-options {
&:extend(.abs-product-options-list all);
&:extend(.abs-add-clearfix all);
}
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,13 @@
}
}

dl {
&.product.options.list {
vertical-align: top;
display: inline-block;
}
}

.text {
&.empty {
text-align: center;
Expand Down Expand Up @@ -288,6 +295,15 @@
.details-qty {
margin-top: @indent__s;
}

.product {
.options {
&.list {
&:extend(.abs-product-options-list all);
&:extend(.abs-add-clearfix all);
}
}
}
}

.product {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,10 @@

.product {
position: relative;
.item-options {
&:extend(.abs-product-options-list all);
&:extend(.abs-add-clearfix all);
}
}
}

Expand Down

0 comments on commit b8f01db

Please sign in to comment.