PluginProbe
Product Labels, Quick View, Buy Now, Pre-Orders, Frequently Bought Together & More for WooCommerce – Merchant / 1.8.2
Product Labels, Quick View, Buy Now, Pre-Orders, Frequently Bought Together & More for WooCommerce – Merchant v1.8.2
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 / css / modules / quick-social-links / admin / preview.css

preview.css in Product Labels, Quick View, Buy Now, Pre-Orders, Frequently Bought Together & More for WooCommerce – Merchant 1.8.2, at assets/css/modules/quick-social-links/admin/preview.css

138 lines 3.2 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 /**
2 * Admin Preview
3 * Quick Social Links
4 *
5 */
6 .merchant-choices.merchant-choices-layout label {
7 background-color: #f5f5f5;
8 padding: 10px;
9 border-radius: 10px;
10 width: calc(50% - 10px);
11 display: -webkit-box;
12 display: -ms-flexbox;
13 display: flex;
14 -webkit-box-pack: center;
15 -ms-flex-pack: center;
16 justify-content: center;
17 max-width: 33%;
18 }
19 .merchant-choices.merchant-choices-layout label img {
20 max-width: 100%;
21 }
22
23 .merchant-module-page-preview-browser-inner {
24 display: -webkit-box;
25 display: -ms-flexbox;
26 display: flex;
27 -webkit-box-flex: 0;
28 -ms-flex-positive: 0;
29 flex-grow: 0;
30 width: 100%;
31 margin: auto;
32 padding: 30px 25px 25px;
33 height: 472px;
34 }
35
36 .mrc-preview-single-product-elements {
37 width: 100%;
38 display: -webkit-box;
39 display: -ms-flexbox;
40 display: flex;
41 gap: 25px;
42 }
43 .mrc-preview-single-product-elements .mrc-preview-left-column {
44 width: 30%;
45 min-width: 30%;
46 }
47 .mrc-preview-single-product-elements .mrc-preview-right-column {
48 width: 70%;
49 padding-top: 25px;
50 }
51 .mrc-preview-single-product-elements .mrc-preview-product-image-wrapper .mrc-preview-product-image {
52 background-color: #f5f5f5;
53 height: 12vw;
54 }
55 .mrc-preview-single-product-elements .mrc-preview-product-image-wrapper .mrc-preview-product-image-thumbs {
56 width: 100%;
57 display: -webkit-box;
58 display: -ms-flexbox;
59 display: flex;
60 gap: 10px;
61 -ms-flex-wrap: nowrap;
62 flex-wrap: nowrap;
63 }
64 .mrc-preview-single-product-elements .mrc-preview-product-image-wrapper .mrc-preview-product-image-thumbs .mrc-preview-product-image-thumb {
65 width: 100%;
66 height: 3vw;
67 background-color: #f5f5f5;
68 margin-top: 10px;
69 }
70
71 .mrc-mw-70 {
72 max-width: 70%;
73 }
74
75 .mrc-mw-30 {
76 max-width: 30%;
77 }
78
79 .mrc-mw-40 {
80 max-width: 40%;
81 }
82
83 @media (max-width: 1281px) {
84 .mrc-hide-on-smaller-screens {
85 display: none;
86 }
87 }
88 .mrc-preview-text-placeholder {
89 background-color: #f5f5f5;
90 height: 13px;
91 }
92 .mrc-preview-text-placeholder + .mrc-preview-text-placeholder, .mrc-preview-text-placeholder + .mrc-preview-addtocart-placeholder {
93 margin-top: 15px;
94 }
95
96 .mrc-preview-addtocart-placeholder {
97 background-color: #e5e5e5;
98 width: 140px;
99 height: 30px;
100 }
101
102 @media (max-width: 991px) {
103 .mrc-preview-single-product-elements .mrc-preview-product-image-wrapper .mrc-preview-product-image {
104 height: 33vw;
105 }
106 .mrc-preview-single-product-elements .mrc-preview-product-image-wrapper .mrc-preview-product-image-thumbs .mrc-preview-product-image-thumb {
107 height: 7vw;
108 }
109 }
110 .merchant-module-page-preview-browser-inner .merchant-quick-social-links {
111 position: absolute;
112 }
113
114 .merchant-module-page-setting-field-choices .merchant-svg {
115 width: 40px;
116 background: #f6f6f6;
117 border-radius: 10px;
118 display: -webkit-box;
119 display: -ms-flexbox;
120 display: flex;
121 -webkit-box-pack: center;
122 -ms-flex-pack: center;
123 justify-content: center;
124 padding: 10px;
125 }
126
127 .merchant-choices.merchant-choices-icon {
128 -ms-flex-wrap: wrap;
129 flex-wrap: wrap;
130 }
131 .merchant-choices.merchant-choices-icon .merchant-svg:hover svg,
132 .merchant-choices.merchant-choices-icon input:checked + .merchant-svg svg {
133 fill: #3858e9;
134 }
135
136 [data-id=links] .merchant-module-page-setting-field-choices {
137 display: none;
138 }