| 1 |
.price-rule-active td { |
| 2 |
background-color: #cc99c2 !important; |
| 3 |
color: #fff; |
| 4 |
transition: all .3s ease-in-out; |
| 5 |
} |
| 6 |
|
| 7 |
.price-rules-table { |
| 8 |
margin-top: 15px; |
| 9 |
} |
| 10 |
|
| 11 |
.price-rule-active td { |
| 12 |
color: #fff; |
| 13 |
transition: all .3s ease-in-out; |
| 14 |
} |
| 15 |
|
| 16 |
.price-rule-active .amount { |
| 17 |
color: #fff; |
| 18 |
} |
| 19 |
|
| 20 |
.price-rules-table { |
| 21 |
margin: 15px 0; |
| 22 |
} |
| 23 |
|
| 24 |
.price-rules-table tr{ |
| 25 |
background: #fff; |
| 26 |
} |
| 27 |
|
| 28 |
.ui-helper-hidden-accessible { |
| 29 |
border: 0; |
| 30 |
clip: rect(0 0 0 0); |
| 31 |
height: 1px; |
| 32 |
margin: -1px; |
| 33 |
overflow: hidden; |
| 34 |
padding: 0; |
| 35 |
position: absolute; |
| 36 |
width: 1px; |
| 37 |
} |
| 38 |
|
| 39 |
.price-table-tooltip { |
| 40 |
padding: 0; |
| 41 |
width: 250px !important; |
| 42 |
z-index: 99999; |
| 43 |
} |
| 44 |
|
| 45 |
.price-rules-table-icon { |
| 46 |
vertical-align: middle; |
| 47 |
} |
| 48 |
|
| 49 |
.price-table-tooltip-svg { |
| 50 |
margin-left: 8px; |
| 51 |
width: 15px; |
| 52 |
cursor: help; |
| 53 |
} |
| 54 |
|
| 55 |
.price-table-tooltip .price-rules-table { |
| 56 |
margin: 0; |
| 57 |
} |
| 58 |
|
| 59 |
.price-table-tooltip { |
| 60 |
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 |
*/ |