PluginProbe
Tiered Pricing Table for WooCommerce / 2.2.2
Tiered Pricing Table for WooCommerce v2.2.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
← All changes | assets/frontend/main.css +1 -50 2.3.32.2.2 View file →
@@ -12,20 +12,12 @@
12 12 color: #fff;
13 13 transition: all .3s ease-in-out;
14 14 }
15 15
16 -.price-rule-active .amount {
17 - color: #fff;
18 -}
19 -
20 16 .price-rules-table {
21 17 margin: 15px 0;
22 18 }
23 19
24 -.price-rules-table tr{
25 - background: #fff;
26 -}
27 -
28 20 .ui-helper-hidden-accessible {
29 21 border: 0;
30 22 clip: rect(0 0 0 0);
31 23 height: 1px;
@@ -57,46 +49,5 @@
57 49 }
58 50
59 51 .price-table-tooltip {
60 52 position: relative;
61 -}
62 -
63 -/**
64 -* Summary table
65 -*/
66 -.tier-pricing-summary-table {
67 - margin-bottom: 20px;
68 -}
69 -
70 -.tier-pricing-summary-table--hidden {
71 - display: none;
72 -}
73 -
74 -.tier-pricing-summary-table__top {
75 - display: flex;
76 - justify-content: space-between;
77 - padding: 5px 0;
78 - font-weight: bold;
79 - border-top: 1px solid #f5f5f5;
80 -}
81 -
82 -.tier-pricing-summary-table__bottom {
83 - display: flex;
84 - justify-content: space-between;
85 - align-items: center
86 -}
87 -
88 -.tier-pricing-summary-table__total {
89 - font-size: 1.5em;
90 -}
91 -
92 -.tier-pricing-summary-table--inline {
93 - font-size: 1.3em;
94 -}
95 -
96 -.tier-pricing-summary-table-inline__label {
97 - display: inline-block;
98 -}
99 -
100 -/**
101 -* End summary table
102 -*/
53 +}