woocommerce/plugins/woocommerce-blocks/assets/js/base/components/totals/totals-item/style.scss

20 lines
295 B
SCSS

.wc-block-totals-table-item {
display: flex;
flex-wrap: wrap;
padding: 15px 0;
width: 100%;
}
.wc-block-totals-table-item__label {
flex-grow: 1;
font-weight: bold;
}
.wc-block-totals-table-item__value {
white-space: nowrap;
}
.wc-block-totals-table-item__description {
width: 100%;
}