style.css in King Addons for Elementor – 100+ Elementor Widgets, 4 000+ Elementor Templates, WooCommerce Builder, Mega Menu, Popup Builder 51.1.86, at includes/widgets/Woo_Product_Stock/style.css
| 1 | .ka-woo-product-stock { |
| 2 | font-weight: 600; |
| 3 | display: inline-flex; |
| 4 | gap: 6px; |
| 5 | align-items: center; |
| 6 | } |
| 7 | |
| 8 | .ka-woo-product-stock__icon { |
| 9 | width: 10px; |
| 10 | height: 10px; |
| 11 | border-radius: 50%; |
| 12 | background: currentColor; |
| 13 | display: inline-flex; |
| 14 | } |
| 15 | |
| 16 | .ka-woo-product-stock--in { |
| 17 | color: #2e7d32; |
| 18 | } |
| 19 | |
| 20 | .ka-woo-product-stock--low { |
| 21 | color: #f57c00; |
| 22 | } |
| 23 | |
| 24 | .ka-woo-product-stock--out { |
| 25 | color: #c62828; |
| 26 | } |
| 27 | |
| 28 | .ka-woo-product-stock--backorder { |
| 29 | color: #2563eb; |
| 30 | } |
| 31 | |
| 32 | |
| 33 | |
| 34 | |
| 35 | |
| 36 | |
| 37 |