2020-06-17 09:53:42 +00:00
|
|
|
.wc-block-components-totals-item {
|
2020-01-10 14:37:27 +00:00
|
|
|
display: flex;
|
|
|
|
flex-wrap: wrap;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
2020-06-17 09:53:42 +00:00
|
|
|
.wc-block-components-totals-item__label {
|
2020-01-10 14:37:27 +00:00
|
|
|
flex-grow: 1;
|
|
|
|
}
|
|
|
|
|
2020-06-17 09:53:42 +00:00
|
|
|
.wc-block-components-totals-item__value {
|
2021-02-09 08:10:45 +00:00
|
|
|
font-weight: bold;
|
2020-01-10 14:37:27 +00:00
|
|
|
white-space: nowrap;
|
|
|
|
}
|
|
|
|
|
2020-06-17 09:53:42 +00:00
|
|
|
.wc-block-components-totals-item__description {
|
2020-05-29 10:16:33 +00:00
|
|
|
@include font-size(small);
|
2020-01-10 14:37:27 +00:00
|
|
|
width: 100%;
|
|
|
|
}
|