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
merchant / assets / css / modules / address-autocomplete / admin / preview.css

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

33 lines 685 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .merchant-preview {
2 padding: 30px;
3 min-height: 300px;
4 }
5 .merchant-preview .address label {
6 display: block;
7 margin-bottom: 10px;
8 font-weight: bold;
9 }
10 .merchant-preview .address input {
11 display: block;
12 width: 100%;
13 padding: 5px 8px;
14 border-radius: 0;
15 border: 1px solid #2a2a2a;
16 -webkit-transition: 300ms;
17 transition: 300ms;
18 background-repeat: no-repeat;
19 background-size: 38px;
20 background-position: center center;
21 }
22 .merchant-preview .address input:focus {
23 outline: 1px solid #000;
24 }
25 .merchant-preview .address input[disabled] {
26 background-color: #f5f5f5;
27 }
28
29 gmp-place-autocomplete {
30 border-radius: 0;
31 color-scheme: light;
32 background-color: #fff;
33 }