2021-07-02 14:56:39 +00:00
|
|
|
.wc-block-components-totals-wrapper {
|
2021-10-11 13:18:32 +00:00
|
|
|
@include with-translucent-border(1px 0 0);
|
2021-07-02 14:56:39 +00:00
|
|
|
padding: $gap 0;
|
|
|
|
|
2021-10-20 16:02:05 +00:00
|
|
|
&:last-child {
|
|
|
|
padding-bottom: 0;
|
|
|
|
}
|
|
|
|
|
2021-07-02 14:56:39 +00:00
|
|
|
&.has-bottom-border {
|
|
|
|
&::after {
|
|
|
|
border-bottom-width: 1px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
&.slot-wrapper {
|
|
|
|
padding: 0;
|
|
|
|
|
|
|
|
> * > * {
|
2021-10-11 13:18:32 +00:00
|
|
|
@include with-translucent-border(0 0 1px);
|
2021-07-02 14:56:39 +00:00
|
|
|
padding: $gap 0;
|
|
|
|
|
|
|
|
&:last-child::after {
|
|
|
|
border-bottom-width: 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.wc-block-components-discounts-meta {
|
|
|
|
.wc-block-components-totals-wrapper {
|
|
|
|
&:first-child {
|
2021-10-11 13:18:32 +00:00
|
|
|
@include with-translucent-border(1px 0 0);
|
2021-07-02 14:56:39 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|