CASH-405 for CASH-152: more font tweaks to fix bold issue

This commit is contained in:
Adam Caouette 2025-03-20 16:25:11 -04:00
parent 83cfcfbe0c
commit 87e59177ec

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,