assets/css/modules/login-popup/admin
preview.css
1.5 KB
1 month ago
preview.min.css
1.2 KB
1 month ago
preview.css in Product Labels, Quick View, Buy Now, Pre-Orders, Frequently Bought Together & More for WooCommerce – Merchant 2.3.1, at assets/css/modules/login-popup/admin/preview.css
| 1 | /** |
| 2 | * Admin Preview |
| 3 | * Login Popup |
| 4 | * |
| 5 | */ |
| 6 | .merchant-module-page-preview-browser-inner { |
| 7 | display: -webkit-box; |
| 8 | display: -ms-flexbox; |
| 9 | display: flex; |
| 10 | -webkit-box-flex: 0; |
| 11 | -ms-flex-positive: 0; |
| 12 | flex-grow: 0; |
| 13 | -webkit-box-pack: center; |
| 14 | -ms-flex-pack: center; |
| 15 | justify-content: center; |
| 16 | width: 100%; |
| 17 | margin: auto; |
| 18 | padding: 50px 25px; |
| 19 | } |
| 20 | .merchant-module-page-preview-browser-inner .notice, |
| 21 | .merchant-module-page-preview-browser-inner .updated { |
| 22 | display: none !important; |
| 23 | } |
| 24 | |
| 25 | body.merchant-login-popup-show { |
| 26 | overflow: auto !important; |
| 27 | } |
| 28 | body.merchant-login-popup-show .merchant-module-page-preview-browser-inner { |
| 29 | height: 550px; |
| 30 | } |
| 31 | |
| 32 | .merchant-login-popup-button { |
| 33 | font-size: 1rem; |
| 34 | text-decoration: none; |
| 35 | margin: auto; |
| 36 | } |
| 37 | |
| 38 | .merchant-login-popup, |
| 39 | .merchant-login-popup-overlay { |
| 40 | position: absolute; |
| 41 | } |
| 42 | .merchant-login-popup .woocommerce-form-login__rememberme, |
| 43 | .merchant-login-popup-overlay .woocommerce-form-login__rememberme { |
| 44 | margin-top: 15px; |
| 45 | } |
| 46 | .merchant-login-popup .woocommerce-form-login__submit, |
| 47 | .merchant-login-popup-overlay .woocommerce-form-login__submit { |
| 48 | pointer-events: none; |
| 49 | margin-top: 15px; |
| 50 | } |
| 51 | .merchant-login-popup .woocommerce-LostPassword, |
| 52 | .merchant-login-popup .woocommerce-form-register__submit, |
| 53 | .merchant-login-popup input, |
| 54 | .merchant-login-popup-overlay .woocommerce-LostPassword, |
| 55 | .merchant-login-popup-overlay .woocommerce-form-register__submit, |
| 56 | .merchant-login-popup-overlay input { |
| 57 | pointer-events: none; |
| 58 | } |