PluginProbe
Tiered Pricing Table for WooCommerce / 2.0.2
Tiered Pricing Table for WooCommerce v2.0.2
7.1.7 7.1.5 7.1.4 7.1.1 6.5.0 6.4.0 6.1.0 trunk 1.0 1.1 2.0 2.0.1 2.0.2 2.1 2.1.1 2.1.2 2.2.0 2.2.1 2.2.2 2.2.3 2.3.0 2.3.1 2.3.2 2.3.3 2.3.4 All 90 releases
tier-pricing-table / assets / admin / style.css

style.css in Tiered Pricing Table for WooCommerce 2.0.2, at assets/admin/style.css

30 lines 525 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .add-new-price-rule {
2
3 }
4 .remove-price-rule {
5 display: inline-block;
6 position: relative;
7 padding: 2px 0 2px 5px;
8 outline: none;
9 cursor: pointer;
10 }
11 .remove-price-rule:focus {
12 box-shadow: none !important;
13 }
14
15 .price-quantity-rule {
16 margin-right: 2% !important;
17 height: auto !important;
18 }
19
20 .price-quantity-rule--variation:first-child {
21 margin-right: 1.6% !important;
22 }
23
24 .price-quantity-rule--simple {
25 width: 24% !important;
26 }
27
28 .price-quantity-rule--variation {
29 width: 23% !important;
30 }