CSR-2404 fix font weight.

This commit is contained in:
Bryan Mauger 2024-11-20 16:31:22 -05:00
parent ba2a11117c
commit 61e7e13fcb

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;