PluginProbe
Product Labels, Quick View, Buy Now, Pre-Orders, Frequently Bought Together & More for WooCommerce – Merchant / 1.9.0
Product Labels, Quick View, Buy Now, Pre-Orders, Frequently Bought Together & More for WooCommerce – Merchant v1.9.0
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 / volume-discounts / volume-discounts.css

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

54 lines 1.2 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .merchant-volume-discounts {
2 margin: 20px 0;
3 }
4
5 .merchant-volume-discounts-title {
6 font-size: var(--merchant-font-size);
7 font-weight: var(--merchant-font-weight);
8 color: var(--merchant-text-color);
9 }
10
11 .merchant-volume-discounts-item {
12 display: block;
13 position: relative;
14 border: 1px solid var(--merchant-table-item-border-color);
15 margin-top: 25px;
16 padding: 20px 20px 10px;
17 background: var(--merchant-table-item-bg-color);
18 border-radius: 5px;
19 color: var(--merchant-table-item-text-color);
20 }
21
22 .merchant-volume-discounts-item ul {
23 list-style: none;
24 padding: 0;
25 margin: 0;
26 }
27
28 .merchant-volume-discounts-item ul li {
29 display: -webkit-box;
30 display: -ms-flexbox;
31 display: flex;
32 -webkit-box-pack: justify;
33 -ms-flex-pack: justify;
34 justify-content: space-between;
35 font-size: 13px;
36 padding: 0;
37 margin: 0;
38 }
39
40 .merchant-volume-discounts-item-label > span {
41 background: var(--merchant-table-label-bg-color);
42 color: var(--merchant-table-label-text-color);
43 padding: 4px 12px;
44 font-weight: bold;
45 border-radius: 5px;
46 margin-left: 10px;
47 }
48
49 .merchant-volume-discounts-item-label {
50 position: absolute;
51 top: -13px;
52 left: 6px;
53 right: 0;
54 }