commerce_payment.theme.css in Commerce Core 7
Basic styling for the Commerce Payment module.
File
modules/payment/theme/commerce_payment.theme.cssView source
-
- /**
- * @file
- * Basic styling for the Commerce Payment module.
- */
-
- /**
- * Add styles to credit card form elements.
- */
- .commerce-credit-card-start,
- .commerce-credit-card-expiration {
- margin-bottom: 1em;
- }
-
- .commerce-credit-card-start .form-item,
- .commerce-credit-card-expiration .form-item {
- display: inline;
- margin-bottom: 1em;
- }
-
- .commerce-month-year-divider {
- margin: 0 3px;
- }