# tier-pricing-table/2.1.1/assets/admin/style.css

Tiered Pricing Table for WooCommerce, version 2.1.1. 30 lines.

- Page: https://pluginprobe.com/plugins/tier-pricing-table/2.1.1/code/assets/admin/style.css
- Raw: https://pluginprobe.com/plugins/tier-pricing-table/2.1.1/raw/assets/admin/style.css
- Modified: 2019-03-26T15:40:10+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/tier-pricing-table/2.1.1/code/assets/admin/style.css#L10-L20`.

```css
.add-new-price-rule {

}
.remove-price-rule {
    display: inline-block;
    position: relative;
    padding: 2px 0 2px 5px;
    outline: none;
    cursor: pointer;
}
.remove-price-rule:focus {
    box-shadow: none !important;
}

.price-quantity-rule {
    margin-right: 2% !important;
    height: auto !important;
}

.price-quantity-rule--variation:first-child {
    margin-right: 1.6% !important;
}

.price-quantity-rule--simple {
    width: 24% !important;
}

.price-quantity-rule--variation {
    width: 23% !important;
}
```
