Merge pull request #2138 from Safelite/CSR-2404-fix-font

CSR-2404 fix font weight.
This commit is contained in:
bmauger 2024-11-20 16:46:55 -05:00 committed by GitHub
commit 2b05480409
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -312,7 +312,7 @@ export default {
&.service-package-discount {
color: $green;
text-align: end;
font-weight: 400;
font-weight: 600;
font-size: 0.875rem;
display: flex;
justify-content: flex-end;
@ -320,7 +320,7 @@ export default {
div.strikethrough-discount-price {
text-decoration: line-through;
margin-right: 0.5rem;
font-weight: 600;
font-weight: 400;
font-size: 0.75rem;
line-height: 20px;
color: $gray-550;