diff --git a/public/css/hop-styling.css b/public/css/hop-styling.css index ba441329c..da2f3ef22 100644 --- a/public/css/hop-styling.css +++ b/public/css/hop-styling.css @@ -18,7 +18,7 @@ body .validation-info { display: none; } body .italicSmall { - font-style: normal; + font-style: italic; font-size: 14px; } body span { @@ -274,7 +274,7 @@ body .cc-error-container #alert-message { #fmg-checkout-shared #other-payments-container label span.paymentOptionText { margin: auto 0; padding-left: 0; - font-weight: 400; + font-weight: 600; } #fmg-checkout-shared #other-payments-container #afterpayParentLink label > span:first-of-type { width: 100%; @@ -297,7 +297,7 @@ body .cc-error-container #alert-message { text-align: right; } #fmg-checkout-shared #other-payments-container #creditCardParentDiv .paymentSelection #creditCardImages > img { - width: 20%; + width: 12%; } #fmg-checkout-shared #other-payments-container #creditCardParentDiv .creditCardSpecific { padding: 0 2%; @@ -309,11 +309,13 @@ body .cc-error-container #alert-message { margin-top: 24px; margin-bottom: 24px; font-size: 14px; + font-weight: 600; color: #525656; } #fmg-checkout-shared #other-payments-container .disclaimerContainerv2 { margin-bottom: 24px; font-size: 14px; + font-weight: 600; color: #525656; } @media only screen and (max-device-width: 767px) { diff --git a/public/scss/hop-styling.scss b/public/scss/hop-styling.scss index cfd2c9727..d3afaf985 100644 --- a/public/scss/hop-styling.scss +++ b/public/scss/hop-styling.scss @@ -20,7 +20,7 @@ body { } .italicSmall { - font-style: normal; + font-style: italic; font-size: 14px; } @@ -332,7 +332,7 @@ body { &.paymentOptionText { margin: auto 0; padding-left: 0; - font-weight: 400; + font-weight: 600; } } } @@ -372,7 +372,7 @@ body { text-align: right; > img { - width: 20%; + width: 12%; } } } @@ -390,12 +390,14 @@ body { margin-top: 24px; margin-bottom: 24px; font-size: 14px; + font-weight: 600; color: #525656; } .disclaimerContainerv2 { margin-bottom: 24px; font-size: 14px; + font-weight: 600; color: #525656; } } diff --git a/src/fmg-components/save-progress-modal-question/save-progress-modal-question.vue b/src/fmg-components/save-progress-modal-question/save-progress-modal-question.vue index 21bcbdc40..67ba45ae6 100644 --- a/src/fmg-components/save-progress-modal-question/save-progress-modal-question.vue +++ b/src/fmg-components/save-progress-modal-question/save-progress-modal-question.vue @@ -1,18 +1,15 @@