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/context/providers/validation/components/validation-input-error/style.scss
File size: 447 bytes
MIME-type: text/plain
Charset: utf-8

.wc-block-components-validation-error {
	@include font-size(smaller);
	color: $alert-red;
	max-width: 100%;
	position: absolute;
	top: calc(100% - 1px);
	white-space: normal;

	> p {
		align-items: center;
		display: flex;
		line-height: 12px; // This allows two lines in a 24px bottom margin.
		margin: 0;
		min-height: 24px;
		padding: 0;
	}
}

.wc-block-components-select + .wc-block-components-validation-error {
	margin-bottom: $gap-large;
}