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,
|
.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 {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue