File "style.scss"

Full Path: /home/warrior1/public_html/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-totals-block/style.scss
File size: 351 bytes
MIME-type: text/plain
Charset: utf-8

.wc-block-checkout__sidebar {
	.wc-block-components-product-name {
		display: block;
		color: inherit;
		flex-grow: 1;
		// Required by IE11.
		flex-basis: 0;
	}
	.wc-block-components-totals-footer-item {
		margin: 0;
		padding: 0;
	}
}

.is-mobile,
.is-small,
.is-medium {
	.wc-block-checkout__sidebar {
		margin-bottom: $gap-large;
		order: 0;
	}
}