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

CSR-2404 fix weight and alignment.
This commit is contained in:
bmauger 2024-11-20 15:44:37 -05:00 committed by GitHub
commit ba2a11117c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -312,10 +312,11 @@ export default {
&.service-package-discount { &.service-package-discount {
color: $green; color: $green;
text-align: end; text-align: end;
font-weight: 600; font-weight: 400;
font-size: 0.875rem; font-size: 0.875rem;
display: flex; display: flex;
justify-content: flex-end; justify-content: flex-end;
align-items: center;
div.strikethrough-discount-price { div.strikethrough-discount-price {
text-decoration: line-through; text-decoration: line-through;
margin-right: 0.5rem; margin-right: 0.5rem;