CASH-926 update donation cart styles.

This commit is contained in:
Bryan Mauger 2025-06-13 10:22:12 -04:00
parent bc3d1ca0be
commit 552119a04b

View file

@ -1309,12 +1309,14 @@ export default {
.sub-total, .sub-total,
.sales-tax, .sales-tax,
.amount-due, .amount-due,
.amount-paid { .amount-paid,
font-weight: 500; .donation-amount {
font-family: UrbanistSemibold, AvertaSemibold;//Okay to remove AvertaSemibold after 2025.06.19 release
color: $black; color: $black;
} }
.sub-total { .sub-total {
border-top: 1px solid $green; border-top: 1px solid $green;
background-color: $green-100;
} }
.service-type, .service-type,
.deductible { .deductible {