CSR-2404 fix font weight.
This commit is contained in:
parent
ba2a11117c
commit
61e7e13fcb
1 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue