Merge pull request #1564 from Safelite/feature/CSR-1813-bugfix-ajc

CSR-1813: minor font weight fix
This commit is contained in:
AdamCaouetteSafelite 2023-11-22 08:17:11 -05:00 committed by GitHub
commit 429d8b43d0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;