feat(payment): share payment method selector
This commit is contained in:
@@ -57,6 +57,7 @@
|
||||
.header,
|
||||
.hero,
|
||||
.productCard,
|
||||
.paymentMethodSlot,
|
||||
.statusMessage,
|
||||
.successCard,
|
||||
.checkoutSlot {
|
||||
@@ -407,6 +408,10 @@
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.paymentMethodSlot {
|
||||
margin-top: clamp(18px, 5.185vw, 28px);
|
||||
}
|
||||
|
||||
.successCard {
|
||||
justify-content: flex-start;
|
||||
border-color: rgba(255, 84, 135, 0.16);
|
||||
|
||||
Reference in New Issue
Block a user