Merge pull request #2137 from Safelite/CSR-2404-fix-font-weight
CSR-2404 fix weight and alignment.
This commit is contained in:
commit
ba2a11117c
1 changed files with 2 additions and 1 deletions
|
|
@ -312,10 +312,11 @@ export default {
|
|||
&.service-package-discount {
|
||||
color: $green;
|
||||
text-align: end;
|
||||
font-weight: 600;
|
||||
font-weight: 400;
|
||||
font-size: 0.875rem;
|
||||
display: flex;
|
||||
justify-content: flex-end;
|
||||
align-items: center;
|
||||
div.strikethrough-discount-price {
|
||||
text-decoration: line-through;
|
||||
margin-right: 0.5rem;
|
||||
|
|
|
|||
Loading…
Reference in a new issue