File "style.scss"

Full Path: /home/vantageo/public_html/cache/cache/.wp-cli/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/stock-indicator/style.scss
File size: 309 bytes
MIME-type: text/plain
Charset: utf-8

.wc-block-components-product-stock-indicator {
	margin-top: 0;
	margin-bottom: em($gap-small);
	display: block;
	@include font-size(small);

	&--in-stock {
		color: $in-stock-color;
	}
	&--out-of-stock {
		color: $no-stock-color;
	}
	&--low-stock,
	&--available-on-backorder {
		color: $low-stock-color;
	}
}