We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c1d59b commit dcb9c3bCopy full SHA for dcb9c3b
resources/assets/scss/modules/woocommerce-checkout.scss
@@ -231,13 +231,27 @@ form.woocommerce-checkout {
231
font-size: $font-size-base;
232
}
233
234
+// Stripe
235
+
236
#stripe-card-element,
237
#stripe-exp-element,
238
#stripe-cvc-element {
239
240
@include form-input();
241
242
243
+form.woocommerce-checkout {
244
245
+ .stripe-source-errors {
246
+ margin: $spacer 0 0;
247
248
+ .woocommerce-error {
249
+ margin: 0;
250
+ list-style: none;
251
+ }
252
253
+}
254
255
.woocommerce-checkout #payment ul.payment_methods li img.stripe-icon,
256
#add_payment_method #payment ul.payment_methods li img.stripe-icon {
257
height: 16px;
0 commit comments