File "style.scss"

Full Path: /home/vantageo/public_html/cache/cache/.wp-cli/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart-checkout/checkout/form/no-shipping-placeholder/style.scss
File size: 430 bytes
MIME-type: text/plain
Charset: utf-8

.components-placeholder.wc-block-checkout__no-shipping-placeholder {
	margin-bottom: $gap;

	* {
		pointer-events: all; // Overrides parent disabled component in editor context
	}

	.components-placeholder__fieldset {
		display: block;

		.components-button {
			background-color: $gray-900;
			color: $white;
		}

		.wc-block-checkout__no-shipping-placeholder-description {
			display: block;
			margin: 0.25em 0 1em 0;
		}
	}
}