File "style.scss"

Full Path: /home/warrior1/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-fields-block/style.scss
File size: 1.02 KB
MIME-type: text/plain
Charset: utf-8

.wc-block-checkout__form {
	margin: 0;
	max-width: 100%;
}
.is-mobile,
.is-small,
.is-medium {
	.wc-block-checkout__main {
		order: 1;
	}
}
.is-small,
.is-medium,
.is-large {
	.wc-block-checkout__shipping-fields,
	.wc-block-checkout__billing-fields {
		.wc-block-components-address-form {
			margin-left: #{-$gap-small * 0.5};
			margin-right: #{-$gap-small * 0.5};

			&::after {
				content: "";
				clear: both;
				display: block;
			}

			.wc-block-components-text-input,
			.wc-block-components-country-input,
			.wc-block-components-state-input {
				float: left;
				margin-left: #{$gap-small * 0.5};
				margin-right: #{$gap-small * 0.5};
				position: relative;
				width: calc(50% - #{$gap-small});

				&:nth-of-type(2),
				&:first-of-type {
					margin-top: 0;
				}
			}

			.wc-block-components-address-form__company,
			.wc-block-components-address-form__address_1,
			.wc-block-components-address-form__address_2 {
				width: calc(100% - #{$gap-small});
			}

			.wc-block-components-checkbox {
				clear: both;
			}
		}
	}
}