PluginProbe
Product Labels, Quick View, Buy Now, Pre-Orders, Frequently Bought Together & More for WooCommerce – Merchant / 2.3.2
Product Labels, Quick View, Buy Now, Pre-Orders, Frequently Bought Together & More for WooCommerce – Merchant v2.3.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
← All changes | assets/css/modules/quick-view/admin/preview.css +1 -19 1.62.3.2 View file →
@@ -18,9 +18,8 @@
18 18
19 19 .merchant-quick-view-preview {
20 20 width: 100%;
21 21 }
22 -
23 22 .merchant-quick-view-preview .image-wrapper {
24 23 position: relative;
25 24 height: 11vw;
26 25 max-height: 220px;
@@ -25,17 +24,14 @@
25 24 height: 11vw;
26 25 max-height: 220px;
27 26 background-color: #f5f5f5;
28 27 }
29 -
30 28 .merchant-quick-view-preview h3 {
31 29 margin-bottom: 10px;
32 30 }
33 -
34 31 .merchant-quick-view-preview p {
35 32 margin-top: 0;
36 33 }
37 -
38 34 .merchant-quick-view-preview .add_to_cart_button,
39 35 .merchant-quick-view-preview .merchant-quick-view-button {
40 36 display: inline-block;
41 37 background-color: #212121;
@@ -45,46 +41,37 @@
45 41 text-decoration: none;
46 42 margin: 0.5em 0;
47 43 white-space: nowrap;
48 44 }
49 -
50 45 .merchant-quick-view-preview .merchant-quick-view-button {
51 46 color: var(--mrc-qv-button-color, #FFF);
52 47 background-color: var(--mrc-qv-button-bg-color, #212121);
53 48 border-color: var(--mrc-qv-button-border-color, #212121);
54 49 }
55 -
56 50 .merchant-quick-view-preview .merchant-quick-view-button svg {
57 51 fill: var(--mrc-qv-button-icon-color, #FFF);
58 52 width: 15px;
59 53 }
60 -
61 54 .merchant-quick-view-preview .merchant-quick-view-button:hover {
62 55 color: var(--mrc-qv-button-color-hover, #FFF);
63 56 background-color: var(--mrc-qv-button-bg-color-hover, #414141);
64 57 border-color: var(--mrc-qv-button-border-color-hover, #414141);
65 58 }
66 -
67 59 .merchant-quick-view-preview .merchant-quick-view-button:hover svg {
68 60 fill: var(--mrc-qv-button-icon-color-hover, #FFF);
69 61 }
70 -
71 62 .merchant-quick-view-preview .button-position {
72 63 display: none;
73 64 }
74 -
75 65 .merchant-quick-view-preview.before .button-position-before {
76 66 display: block;
77 67 }
78 -
79 68 .merchant-quick-view-preview.after .button-position-after {
80 69 display: block;
81 70 }
82 -
83 71 .merchant-quick-view-preview.overlay .button-position-overlay {
84 72 display: block;
85 73 }
86 -
87 74 .merchant-quick-view-preview.overlay .button-position-overlay .merchant-quick-view-button {
88 75 position: absolute;
89 76 top: var(--mrc-qv-button-position-top, 50%);
90 77 left: var(--mrc-qv-button-position-left, 50%);
@@ -90,17 +77,14 @@
90 77 left: var(--mrc-qv-button-position-left, 50%);
91 78 -webkit-transform: translate(calc(var(--mrc-qv-button-position-top, 50%) * -1), calc(var(--mrc-qv-button-position-left, 50%) * -1));
92 79 transform: translate(calc(var(--mrc-qv-button-position-top, 50%) * -1), calc(var(--mrc-qv-button-position-left, 50%) * -1));
93 80 }
94 -
95 81 .merchant-quick-view-preview .merchant-quick-view-button .button-type {
96 82 display: none;
97 83 }
98 -
99 84 .merchant-quick-view-preview .merchant-quick-view-button.icon .button-type-icon {
100 85 display: block;
101 86 }
102 -
103 87 .merchant-quick-view-preview .merchant-quick-view-button.icon-text .button-type-icon-text {
104 88 display: -webkit-box;
105 89 display: -ms-flexbox;
106 90 display: flex;
@@ -108,13 +92,11 @@
108 92 -ms-flex-align: center;
109 93 align-items: center;
110 94 gap: 10px;
111 95 }
112 -
113 96 .merchant-quick-view-preview .merchant-quick-view-button.icon-text .button-type-icon-text .quick-view-icon {
114 97 position: relative;
115 98 top: 2px;
116 99 }
117 -
118 100 .merchant-quick-view-preview .merchant-quick-view-button.text .button-type-text {
119 101 display: block;
120 -}
102 +}