Merge pull request #2371 from Safelite/feature/CASH-405-for-CASH-152

CASH-405 for CASH-152: more font tweaks to fix bold issue
This commit is contained in:
AdamCaouetteSafelite 2025-03-20 17:09:30 -04:00 committed by GitHub
commit bc100ac4f9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1175,7 +1175,9 @@ export default {
&.selectable-day label span {
text-decoration: none;
color: $gray-600;
font-weight: 600;
font-weight: 400;
font-family: "AvertaSemibold";
&.price {
color: $green;
}
@ -1183,6 +1185,7 @@ export default {
&.upch-day label span.price {
color: $gray-600;
font-weight: 400;
font-family: $font-family-sans-serif;
}
input[type="radio"] {
&:focus + label,