commerce_authnet.visa.form.css in Commerce Authorize.Net 8
CSS handle for Authorize.net Visa Checkout.
File
css/commerce_authnet.visa.form.cssView source
- /**
- * @file
- * CSS handle for Authorize.net Visa Checkout.
- */
-
- .authnet-overlay {
- position: fixed;
- top: 0;
- right: 0;
- bottom: 0;
- left: 0;
- background-color: #000;
- opacity: .75;
- z-index: 9999999;
- color: #fff;
- text-align: center;
- font-size: 2em;
- }