CASH-405 for CASH-152: more font tweaks to fix bold issue
This commit is contained in:
parent
83cfcfbe0c
commit
87e59177ec
1 changed files with 4 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue