You are here

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.css
View source
  1. /**
  2. * @file
  3. * Generic base styles for the Commerce Checkout module.
  4. *
  5. * Handles styling needed by AJAX effects.
  6. */
  7. .checkout-processing {
  8. padding-right: 13px !important; /* LTR */
  9. margin-right: 6px; /* LTR */
  10. background: url(../images/status-active.gif) right center no-repeat; /* LTR */
  11. }