CSR-2404 fix weight and alignment.

This commit is contained in:
Bryan Mauger 2024-11-20 15:38:40 -05:00
parent eab7cb9c01
commit b2cbe75441

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;