PluginProbe
Product Labels, Quick View, Buy Now, Pre-Orders, Frequently Bought Together & More for WooCommerce – Merchant / 1.8
Product Labels, Quick View, Buy Now, Pre-Orders, Frequently Bought Together & More for WooCommerce – Merchant v1.8
2.3.2 2.3.1 2.3.0 2.2.8 2.2.7 trunk 1.10.0 1.10.1 1.10.2 1.10.3 1.10.4 1.10.5 1.11.0 1.11.1 1.11.2 1.6 1.7 1.8 1.8.1 1.8.2 1.8.3 1.9.0 1.9.1 1.9.10 1.9.11 All 60 releases
merchant / assets / sass / modules / code-snippets / admin / preview.scss

preview.scss in Product Labels, Quick View, Buy Now, Pre-Orders, Frequently Bought Together & More for WooCommerce – Merchant 1.8, at assets/sass/modules/code-snippets/admin/preview.scss

22 lines 314 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 /**
2 * Admin Preview
3 * Code Snippets
4 *
5 */
6
7 // Canvas.
8 .merchant-module-page-preview-browser-inner {
9 display: flex;
10 flex-grow: 0;
11 justify-content: center;
12 width: 100%;
13 margin: auto;
14 padding: 30px 25px 25px;
15 }
16
17 .mrc-code-snippets-preview {
18 img {
19 width: 100%;
20 max-width: 450px;
21 }
22 }