Merge pull request #2585 from Safelite/CASH-926-donation-updates

CASH-926 update donation cart styles.
This commit is contained in:
bmauger 2025-06-13 11:12:57 -04:00 committed by GitHub
commit 3447331433
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 8 additions and 6 deletions

View file

@ -1309,12 +1309,15 @@ 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 merge/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 {

View file

@ -121,8 +121,8 @@ $body-color: $gray-600;
//Fonts //Fonts
$font-family-sans-serif: AvertaRegular, Arial, Helvetica, sans-serif; $font-family-sans-serif: AvertaRegular, Arial, Helvetica, sans-serif;
$font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", $font-family-monospace:
monospace; SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
// stylelint-enable value-keyword-case // stylelint-enable value-keyword-case
$font-family-base: $font-family-sans-serif; $font-family-base: $font-family-sans-serif;
$font-family-code: $font-family-monospace; $font-family-code: $font-family-monospace;
@ -170,8 +170,7 @@ $spacers: (
/* 16px */ 5: $spacer * 1.5, /* 16px */ 5: $spacer * 1.5,
/* 24px */ 6: $spacer * 2, /* 24px */ 6: $spacer * 2,
/* 32px */ 7: $spacer * 2.5, /* 32px */ 7: $spacer * 2.5,
/* 40px */ 8: $spacer * 3, /* 40px */ 8: $spacer * 3 /* 48px */,
/* 48px */
); );
//Enable negative spacing (does NOT work on padding) //Enable negative spacing (does NOT work on padding)