Skip to content

Commit 279b7d9

Browse files
ENGCOM-3818: Fixed apply discount button alignment on checkout page #20144
- Merge Pull Request #20144 from cedarvinda/magento2:Magento2.3-develop-PR10 - Merged commits: 1. 4441124 2. fe78cec 3. 2b9366f
2 parents dc2e5ce + 2b9366f commit 279b7d9

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

app/design/frontend/Magento/luma/Magento_Checkout/web/css/source/module/checkout/_payment-options.less

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,12 @@
6969

7070
.payment-option-content {
7171
.lib-css(padding, 0 0 @indent__base @checkout-payment-option-content__padding__xl);
72-
.action-apply {
73-
margin-right: 0;
72+
.primary {
73+
.action {
74+
&.action-apply {
75+
margin-right: 0;
76+
}
77+
}
7478
}
7579
}
7680

0 commit comments

Comments
 (0)