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:
commit
bc100ac4f9
1 changed files with 4 additions and 1 deletions
|
|
@ -1175,7 +1175,9 @@ export default {
|
||||||
&.selectable-day label span {
|
&.selectable-day label span {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
color: $gray-600;
|
color: $gray-600;
|
||||||
font-weight: 600;
|
font-weight: 400;
|
||||||
|
font-family: "AvertaSemibold";
|
||||||
|
|
||||||
&.price {
|
&.price {
|
||||||
color: $green;
|
color: $green;
|
||||||
}
|
}
|
||||||
|
|
@ -1183,6 +1185,7 @@ export default {
|
||||||
&.upch-day label span.price {
|
&.upch-day label span.price {
|
||||||
color: $gray-600;
|
color: $gray-600;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
|
font-family: $font-family-sans-serif;
|
||||||
}
|
}
|
||||||
input[type="radio"] {
|
input[type="radio"] {
|
||||||
&:focus + label,
|
&:focus + label,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue