CASH-926 update donation cart styles.
This commit is contained in:
parent
bc3d1ca0be
commit
552119a04b
1 changed files with 4 additions and 2 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue