You are here

commerce_authnet.visa.form.css in Commerce Authorize.Net 8

CSS handle for Authorize.net Visa Checkout.

File

css/commerce_authnet.visa.form.css
View source
  1. /**
  2. * @file
  3. * CSS handle for Authorize.net Visa Checkout.
  4. */
  5. .authnet-overlay {
  6. position: fixed;
  7. top: 0;
  8. right: 0;
  9. bottom: 0;
  10. left: 0;
  11. background-color: #000;
  12. opacity: .75;
  13. z-index: 9999999;
  14. color: #fff;
  15. text-align: center;
  16. font-size: 2em;
  17. }