Skip to content

Commit

Permalink
issue fixed #20563 Go to shipping information, Update qty & Addresses…
Browse files Browse the repository at this point in the history
… and Enter a new address button Not aligned from left and right in 767px screen size

issue fixed #20563 Go to shipping information, Update qty & Addresses and Enter a new address button Not aligned from left and right in 767px screen size
  • Loading branch information
cedarvinda authored and Amol Chaudhari committed Jan 29, 2019
1 parent 7a3ee17 commit 6e7281d
Showing 1 changed file with 9 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@
text-align: right;

.action {
margin-left: @indent__s;
margin-left: 0;

&.back {
display: block;
Expand Down Expand Up @@ -496,4 +496,12 @@
margin-left: @indent__xl;
}
}

.multicheckout {
.actions-toolbar {
> .primary {
margin-right: 0;
}
}
}
}

0 comments on commit 6e7281d

Please sign in to comment.