CSR-1813: minor font weight fix
This commit is contained in:
parent
b97238d10a
commit
c63665ad4c
1 changed files with 2 additions and 0 deletions
|
|
@ -443,6 +443,7 @@ export default {
|
|||
p.price {
|
||||
text-align: center;
|
||||
color: $green;
|
||||
font-weight: 500;
|
||||
}
|
||||
p:last-child {
|
||||
margin-bottom: 0;
|
||||
|
|
@ -464,6 +465,7 @@ export default {
|
|||
|
||||
.additional-button-data {
|
||||
font-size: 0.875rem;
|
||||
font-weight: 500;
|
||||
line-height: 1.75;
|
||||
padding-left: 0.5rem;
|
||||
color: $green;
|
||||
|
|
|
|||
Loading…
Reference in a new issue