Guest User

Untitled

a guest
Jan 22nd, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. /* Target the Credit Card */
  2. #stripe-card-element {
  3. background: #ffffff !important;
  4. padding: 10px 5px !important;
  5. margin: 5px 0px !important;
  6. }
  7.  
  8. /* Target the Expiry Date */
  9. #stripe-exp-element {
  10. background: #ffffff !important;
  11. padding: 10px 5px !important;
  12. }
  13.  
  14. /* Target the CVC Code */
  15. .woocommerce-checkout-review-order #stripe-cvc-element {
  16. background: #ffffff !important;
  17. margin: 5px 0px !important;
  18. padding: 10px 5px !important;
  19. }
Add Comment
Please, Sign In to add comment