woocommerce/plugins/woocommerce-blocks/packages/checkout/components/totals/item/style.scss

25 lines
392 B
SCSS

.wc-block-components-totals-item {
display: flex;
flex-wrap: wrap;
margin: em($gap-small) 0 0;
width: 100%;
&:first-child {
margin-top: 0;
}
}
.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%;
}