You are here

commerce_payment.theme.css in Commerce Core 7

Basic styling for the Commerce Payment module.

File

modules/payment/theme/commerce_payment.theme.css
View source
  1. /**
  2. * @file
  3. * Basic styling for the Commerce Payment module.
  4. */
  5. /**
  6. * Add styles to credit card form elements.
  7. */
  8. .commerce-credit-card-start,
  9. .commerce-credit-card-expiration {
  10. margin-bottom: 1em;
  11. }
  12. .commerce-credit-card-start .form-item,
  13. .commerce-credit-card-expiration .form-item {
  14. display: inline;
  15. margin-bottom: 1em;
  16. }
  17. .commerce-month-year-divider {
  18. margin: 0 3px;
  19. }