File "style.scss"

Full Path: /home/vantageo/public_html/cache/cache/cache/cache/cache/cache/cache/.wp-cli/wp-content/plugins/woocommerce/packages/woocommerce-blocks/packages/checkout/totals/item/style.scss
File size: 352 bytes
MIME-type: text/plain
Charset: utf-8

.wc-block-components-totals-item {
	display: flex;
	flex-wrap: wrap;
	margin: em($gap-small) 0;
	width: 100%;
}

.wc-block-components-totals-item__label {
	flex-grow: 1;
}

.wc-block-components-totals-item__value {
	font-weight: bold;
	white-space: nowrap;
}

.wc-block-components-totals-item__description {
	@include font-size(small);
	width: 100%;
}