assets/css/modules/pre-orders
admin
1 month ago
pre-orders.css
1.9 KB
1 month ago
pre-orders.min.css
1.8 KB
1 month ago
pre-orders.css in Product Labels, Quick View, Buy Now, Pre-Orders, Frequently Bought Together & More for WooCommerce – Merchant 2.3.1, at assets/css/modules/pre-orders/pre-orders.css
| 1 | /** |
| 2 | * Pre Orders. |
| 3 | * |
| 4 | */ |
| 5 | .merchant-pre-orders-date { |
| 6 | font-weight: 700; |
| 7 | margin-bottom: 15px; |
| 8 | } |
| 9 | |
| 10 | .woocommerce.single-product .merchant-pre-ordered-product .add_to_cart_button:not(.merchant_buy_now_button):not(.merchant-quick-view-button), |
| 11 | .woocommerce.single-product .merchant-pre-ordered-product .product_type_grouped:not(.merchant_buy_now_button):not(.merchant-quick-view-button), |
| 12 | .woocommerce.single-product .merchant-pre-ordered-product .single_add_to_cart_button:not(.merchant_buy_now_button):not(.merchant-quick-view-button) { |
| 13 | color: var(--mrc-po-text-color, #FFF) !important; |
| 14 | border: var(--mrc-po-border-width, 0px) solid var(--mrc-po-border-color, #212121) !important; |
| 15 | border-radius: var(--mrc-po-border-radius, 0px) !important; |
| 16 | background-color: var(--mrc-po-background-color, #212121) !important; |
| 17 | } |
| 18 | .woocommerce.single-product .merchant-pre-ordered-product .add_to_cart_button:not(.merchant_buy_now_button):not(.merchant-quick-view-button):hover, |
| 19 | .woocommerce.single-product .merchant-pre-ordered-product .product_type_grouped:not(.merchant_buy_now_button):not(.merchant-quick-view-button):hover, |
| 20 | .woocommerce.single-product .merchant-pre-ordered-product .single_add_to_cart_button:not(.merchant_buy_now_button):not(.merchant-quick-view-button):hover { |
| 21 | color: var(--mrc-po-text-hover-color, #FFF) !important; |
| 22 | border: var(--mrc-po-border-width, 0px) solid var(--mrc-po-border-hover-color, #414141) !important; |
| 23 | background-color: var(--mrc-po-background-hover-color, #414141) !important; |
| 24 | } |
| 25 | |
| 26 | dl.merchant-pre-orders-note { |
| 27 | list-style: none outside; |
| 28 | margin-bottom: 0; |
| 29 | } |
| 30 | dl.merchant-pre-orders-note dt { |
| 31 | float: left; |
| 32 | clear: both; |
| 33 | margin: 0; |
| 34 | margin-right: 0.25em; |
| 35 | list-style: none outside; |
| 36 | } |
| 37 | dl.merchant-pre-orders-note dd { |
| 38 | margin: 0; |
| 39 | } |
| 40 | |
| 41 | span.merchant-pre-orders-note { |
| 42 | display: block; |
| 43 | font-size: max(12px, 0.7em); |
| 44 | opacity: 0.7; |
| 45 | } |
| 46 | span.merchant-pre-orders-note .merchant-pre-orders-label { |
| 47 | padding-right: 0.2em; |
| 48 | } |