preview.css in Product Labels, Quick View, Buy Now, Pre-Orders, Frequently Bought Together & More for WooCommerce – Merchant 1.6, at assets/css/modules/product-labels/admin/preview.css
| 1 | /** |
| 2 | * Admin Preview |
| 3 | * Product Labels |
| 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 | max-width: 300px; |
| 14 | width: 100%; |
| 15 | margin: auto; |
| 16 | padding: 50px 25px; |
| 17 | } |
| 18 | |
| 19 | .merchant-product-labels-preview { |
| 20 | width: 100%; |
| 21 | } |
| 22 | |
| 23 | .merchant-product-labels-preview .image-wrapper { |
| 24 | position: relative; |
| 25 | height: 11vw; |
| 26 | max-height: 220px; |
| 27 | background-color: #f5f5f5; |
| 28 | } |
| 29 | |
| 30 | .merchant-product-labels-preview .merchant-onsale.top-right { |
| 31 | left: auto; |
| 32 | right: 10px; |
| 33 | } |
| 34 | |
| 35 | .merchant-product-labels-preview .merchant-onsale.top-left { |
| 36 | left: 10px; |
| 37 | right: auto; |
| 38 | } |
| 39 |