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