Merge pull request #2618 from Safelite/CASH-959-hop-font-fix

Cash 959 hop font fix
This commit is contained in:
bmauger 2025-07-03 10:56:39 -04:00 committed by GitHub
commit a44793f872
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 10 additions and 8 deletions

View file

@ -12,7 +12,7 @@ body {
padding: 8px; padding: 8px;
} }
body h3 { body h3 {
font-weight: 600; font-weight: 700;
} }
body .validation-info { body .validation-info {
display: none; display: none;
@ -35,7 +35,7 @@ body .form-group {
body .headerlinecontainer .headerline1 { body .headerlinecontainer .headerline1 {
font-size: 20px; font-size: 20px;
line-height: 32px; line-height: 32px;
font-weight: 500; font-weight: 400;
margin: 24px 0; margin: 24px 0;
text-align: center; text-align: center;
} }
@ -96,7 +96,7 @@ body .creditCardSpecific div .headerlinecontainer {
display: none; display: none;
} }
body .creditCardSpecific div label { body .creditCardSpecific div label {
font-weight: 600; font-weight: 500;
} }
body .creditCardSpecific #infoRow2 { body .creditCardSpecific #infoRow2 {
margin-bottom: 0; margin-bottom: 0;
@ -140,6 +140,7 @@ body .buttonContainer button {
border-radius: 8px; border-radius: 8px;
color: #fff; color: #fff;
justify-content: center; justify-content: center;
font-family: Urbanist, Arial, Helvetica, sans-serif;
font-weight: 500; font-weight: 500;
font-size: 16px; font-size: 16px;
height: 48px; height: 48px;
@ -272,7 +273,7 @@ body .cc-error-container #alert-message {
#fmg-checkout-shared #other-payments-container label span.paymentOptionText { #fmg-checkout-shared #other-payments-container label span.paymentOptionText {
margin: auto 0; margin: auto 0;
padding-left: 0; padding-left: 0;
font-weight: 600; font-weight: 400;
} }
#fmg-checkout-shared #other-payments-container #afterpayParentLink label > span:first-of-type { #fmg-checkout-shared #other-payments-container #afterpayParentLink label > span:first-of-type {
width: 100%; width: 100%;

View file

@ -12,7 +12,7 @@ body {
padding: 8px; padding: 8px;
h3 { h3 {
font-weight: 600; font-weight: 700;
} }
.validation-info { .validation-info {
@ -42,7 +42,7 @@ body {
.headerline1 { .headerline1 {
font-size: 20px; font-size: 20px;
line-height: 32px; line-height: 32px;
font-weight: 500; font-weight: 400;
margin: 24px 0; margin: 24px 0;
text-align: center; text-align: center;
} }
@ -103,7 +103,7 @@ body {
display: none; display: none;
} }
label { label {
font-weight: 600; font-weight: 500;
} }
} }
#infoRow2 { #infoRow2 {
@ -151,6 +151,7 @@ body {
border-radius: 8px; border-radius: 8px;
color: #fff; color: #fff;
justify-content: center; justify-content: center;
font-family: Urbanist, Arial, Helvetica, sans-serif;
font-weight: 500; font-weight: 500;
font-size: 16px; font-size: 16px;
height: 48px; height: 48px;
@ -330,7 +331,7 @@ body {
&.paymentOptionText { &.paymentOptionText {
margin: auto 0; margin: auto 0;
padding-left: 0; padding-left: 0;
font-weight: 600; font-weight: 400;
} }
} }
} }