Skip to content

Instantly share code, notes, and snippets.

@colevscode
colevscode / custom-stripe.css
Created October 27, 2020 00:05
Styling Stripe Elements example
/**
* The CSS shown here will not be introduced in the Quickstart guide, but shows
* how you can use CSS to style your Element's container.
*/
.StripeElement {
box-sizing: border-box;
height: 40px;
padding: 10px 12px;

Screen Shot 2021-08-12 at 12 37 16 PM Screen Shot 2021-08-12 at 12 37 24 PM Screen Shot 2021-08-12 at 12 37 32 PM Screen Shot 2021-08-12 at 12 37 39 PM

(my favorite) Screen Shot 2021-08-12 at 11 12 31 AM