File "style.scss"

Full Path: /home/vantageo/public_html/cache/cache/cache/cache/cache/.wp-cli/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/loading-mask/style.scss
File size: 272 bytes
MIME-type: text/plain
Charset: utf-8

.wc-block-components-loading-mask {
	position: relative;
	min-height: 18px + $gap;

	.components-spinner {
		position: absolute;
		margin: 0;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
}

.wc-block-components-loading-mask__children {
	opacity: 0.5;
}