commerce_checkout.base.css in Commerce Core 7
Generic base styles for the Commerce Checkout module.
Handles styling needed by AJAX effects.
File
modules/checkout/theme/commerce_checkout.base.cssView source
-
- /**
- * @file
- * Generic base styles for the Commerce Checkout module.
- *
- * Handles styling needed by AJAX effects.
- */
-
- .checkout-processing {
- padding-right: 13px !important; /* LTR */
- margin-right: 6px; /* LTR */
- background: url(../images/status-active.gif) right center no-repeat; /* LTR */
- }