File: D:/HostingSpaces/SBogers10/shop.komma.nl/resources/sass/5-Components/_components.cartSummary.scss
.c-cart-summary {
margin-top: space(6);
margin-left: auto;
max-width: $site-column-size * 3px;
}
.c-cart-summary__subtotal {
padding-bottom: space(2);
border-bottom: 2px solid palette(neutral, 900);
}
.c-cart-summary__total {
margin-top: space(2);
}
.c-cart-summary__row {
display: flex;
justify-content: space-between;
align-items: baseline;
margin-top: space(1);
}
.c-cart-summary__label {
@include font-size(m);
@include font-weight('bold');
white-space: nowrap;
margin-right: space(3);
}
.c-cart-summary__value {
@include font-size(m);
@include font-weight('bold');
}
// faded text
.c-cart-summary .is-faded {
@include font-weight('regular');
color: rgba(palette(neutral, 900), 0.5);
}
// faded text
.c-cart-summary .is-small {
@include font-size(s);
}