File "style.scss"

Full Path: /home/vantageo/public_html/cache/cache/cache/cache/.wp-cli/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/add-to-cart/product-types/variable/variation-attributes/style.scss
File size: 567 bytes
MIME-type: text/plain
Charset: utf-8

.wc-block-components-product-add-to-cart-attribute-picker {
	margin: 0;
	flex-basis: 100%;

	label {
		display: block;
		@include font-size(regular);
	}

	.wc-block-components-product-add-to-cart-attribute-picker__container {
		position: relative;
	}

	.wc-block-components-product-add-to-cart-attribute-picker__select {
		margin: 0 0 em($gap-small) 0;

		select {
			min-width: 60%;
			min-height: 1.75em;
		}

		&.has-error {
			margin-bottom: $gap-large;

			select {
				border-color: $alert-red;
				&:focus {
					outline-color: $alert-red;
				}
			}
		}
	}
}