Merge pull request #2645 from Safelite/feature/missed-07.17-merges

Merge pull request #2585 from Safelite/CASH-926-donation-updates
This commit is contained in:
scottkiener-at-safelite 2025-07-14 11:16:28 -04:00 committed by GitHub
commit 3a4c7907f3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -1297,6 +1297,7 @@ export default {
}
.sub-total {
border-top: 1px solid $green;
background-color: $green-100;
}
.service-type,
.deductible {

View file

@ -175,8 +175,7 @@ $spacers: (
/* 16px */ 5: $spacer * 1.5,
/* 24px */ 6: $spacer * 2,
/* 32px */ 7: $spacer * 2.5,
/* 40px */ 8: $spacer * 3,
/* 48px */
/* 40px */ 8: $spacer * 3 /* 48px */,
);
//Enable negative spacing (does NOT work on padding)