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 / css / modules / wait-list / wait-list.css

wait-list.css in Product Labels, Quick View, Buy Now, Pre-Orders, Frequently Bought Together & More for WooCommerce – Merchant 1.8, at assets/css/modules/wait-list/wait-list.css

40 lines 583 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 /**
2 * Wait list.
3 *
4 */
5 .merchant-wait-list {
6 display: -webkit-box;
7 display: -ms-flexbox;
8 display: flex;
9 -webkit-box-orient: vertical;
10 -webkit-box-direction: normal;
11 -ms-flex-direction: column;
12 flex-direction: column;
13 gap: 15px;
14 }
15
16 .merchant-wait-list-success {
17 color: green;
18 }
19
20 .merchant-wait-list-error {
21 color: red;
22 }
23
24 #merchant-wait-list p {
25 font-weight: bold;
26 margin: 0;
27 }
28
29 .merchant-wait-list-email label {
30 display: none;
31 }
32
33 #merchant-wait-list input {
34 width: 100%;
35 margin-bottom: 5px;
36 }
37
38 #merchant-wait-list button {
39 width: 100%;
40 }