Skip to content

Commit f7523b4

Browse files
committed
Update
1 parent 08c4578 commit f7523b4

File tree

1 file changed

+3
-21
lines changed

1 file changed

+3
-21
lines changed

integration-libs/opf/checkout/styles/components/_opf-checkout-payment-and-review.scss

Lines changed: 3 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@
109109

110110
cx-card {
111111
flex-grow: 1;
112-
padding-right: 2rem;
112+
padding: 0 2rem 0 0;
113113
}
114114
}
115115

@@ -162,7 +162,7 @@
162162

163163
cx-card {
164164
flex-grow: 1;
165-
padding-right: 2rem;
165+
padding: 0 2rem 0 0;
166166
}
167167

168168
@include media-breakpoint-down(md) {
@@ -207,25 +207,7 @@
207207
}
208208

209209
cx-card {
210-
padding-right: 2rem;
211-
}
212-
}
213-
214-
// Apply to shipping and delivery cards
215-
.cx-shipping-and-delivery-info-cards {
216-
.cx-review-summary-card {
217-
button {
218-
@extend %edit-button-styles;
219-
}
220-
}
221-
}
222-
223-
// Apply to payment and review wrapper
224-
.cx-payment-and-review-cards-wrapper {
225-
> * {
226-
button {
227-
@extend %edit-button-styles;
228-
}
210+
padding: 0 2rem 0 0;
229211
}
230212
}
231213
}

0 commit comments

Comments
 (0)