From 552119a04b7a8b3e7fa1701354350b4c16956739 Mon Sep 17 00:00:00 2001 From: Bryan Mauger Date: Fri, 13 Jun 2025 10:22:12 -0400 Subject: [PATCH] CASH-926 update donation cart styles. --- src/fmg-components/cart/cart.vue | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/fmg-components/cart/cart.vue b/src/fmg-components/cart/cart.vue index 590fd0857..299941c29 100644 --- a/src/fmg-components/cart/cart.vue +++ b/src/fmg-components/cart/cart.vue @@ -1309,12 +1309,14 @@ export default { .sub-total, .sales-tax, .amount-due, - .amount-paid { - font-weight: 500; + .amount-paid, + .donation-amount { + font-family: UrbanistSemibold, AvertaSemibold;//Okay to remove AvertaSemibold after 2025.06.19 release color: $black; } .sub-total { border-top: 1px solid $green; + background-color: $green-100; } .service-type, .deductible {