wcml-product-addons.css
37 lines
| 1 | .wc-pao-addon-option-row .wc-pao-addon-content-price:not(.hidden) { |
| 2 | grid-column: auto; |
| 3 | } |
| 4 | .wc-pao-addon-option-row .wcml-option-prices:not(.hidden) { |
| 5 | align-self: center; |
| 6 | justify-self: right; |
| 7 | grid-column: auto; |
| 8 | } |
| 9 | .wc-pao-addon-option-row .wcml-option-prices:not(.hidden) + .wc-pao-addon-content-remove { |
| 10 | grid-column: 13; |
| 11 | } |
| 12 | |
| 13 | .wcml-dialog-product-addons .wpml-form-row label { |
| 14 | text-align: start; |
| 15 | width: 30px; |
| 16 | margin: 4px 15px; |
| 17 | } |
| 18 | .wcml-dialog-product-addons .wpml-form-row input { |
| 19 | margin: 4px 10px; |
| 20 | } |
| 21 | |
| 22 | .wcml-dialog-product-addons { |
| 23 | min-width: 300px; |
| 24 | max-width: 90%; |
| 25 | } |
| 26 | .wcml-dialog-product-addons .wcml-dialog-container { |
| 27 | padding-bottom: 20px !important; |
| 28 | } |
| 29 | .wcml-dialog-product-addons .wpml-form-row.default-price span { |
| 30 | display: inline-block; |
| 31 | margin: 0 14px 9px; |
| 32 | font-size: 1.3em; |
| 33 | } |
| 34 | |
| 35 | .wc-pao-addon-adjust-price-settings .wcml-option-prices { |
| 36 | margin-inline-start: 10px; |
| 37 | } |