Payment page style updates.

This commit is contained in:
Bryan Mauger 2023-10-25 16:44:16 -04:00
parent 520193e18d
commit f687e1a803
3 changed files with 19 additions and 19 deletions

View file

@ -15,6 +15,7 @@ body .validation-info {
} }
body .italicSmall { body .italicSmall {
font-style: normal; font-style: normal;
font-size: 14px;
} }
body span { body span {
line-height: 24px; line-height: 24px;
@ -27,7 +28,7 @@ body .form-group {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
} }
body h2 { body .headerlinecontainer .headerline1 {
font-size: 20px; font-size: 20px;
line-height: 32px; line-height: 32px;
font-weight: 400; font-weight: 400;
@ -76,12 +77,12 @@ body .creditCardSpecific div {
body .creditCardSpecific div .headerlinecontainer { body .creditCardSpecific div .headerlinecontainer {
padding: 0; padding: 0;
} }
body .creditCardSpecific div .headerlinecontainer .headerline5v2 {
display: none;
}
body .creditCardSpecific div label { body .creditCardSpecific div label {
font-weight: 500; font-weight: 500;
} }
body .creditCardSpecific div:first-child {
display: none;
}
body .creditCardSpecific #infoRow2 { body .creditCardSpecific #infoRow2 {
margin-bottom: 0; margin-bottom: 0;
} }
@ -91,7 +92,7 @@ body #cardExpirationContainer {
justify-content: space-between; justify-content: space-between;
padding: 0; padding: 0;
} }
@media (min-width: 368px) { @media (min-width: 400px) {
body #cardExpirationContainer { body #cardExpirationContainer {
flex-direction: row; flex-direction: row;
} }
@ -116,7 +117,6 @@ body .optional-label:after {
} }
body .buttonContainer { body .buttonContainer {
height: 48px; height: 48px;
margin-top: 36px;
} }
body .buttonContainer button { body .buttonContainer button {
position: relative; position: relative;

View file

@ -16,6 +16,7 @@ body {
.italicSmall { .italicSmall {
font-style: normal; font-style: normal;
font-size: 14px;
} }
span { span {
@ -32,11 +33,13 @@ body {
flex-direction: column; flex-direction: column;
} }
h2 { .headerlinecontainer {
font-size: 20px; .headerline1 {
line-height: 32px; font-size: 20px;
font-weight: 400; line-height: 32px;
margin: 24px 0; font-weight: 400;
margin: 24px 0;
}
} }
input, input,
@ -86,13 +89,13 @@ body {
padding: 8px 0; padding: 8px 0;
.headerlinecontainer { .headerlinecontainer {
padding: 0; padding: 0;
.headerline5v2 {
display: none;
}
} }
label { label {
font-weight: 500; font-weight: 500;
} }
&:first-child {
display: none;
}
} }
#infoRow2 { #infoRow2 {
margin-bottom: 0; margin-bottom: 0;
@ -104,7 +107,7 @@ body {
flex-direction: column; flex-direction: column;
justify-content: space-between; justify-content: space-between;
padding: 0; padding: 0;
@media (min-width: 368px) { @media (min-width: 400px) {
flex-direction: row; flex-direction: row;
.card_expirationYear, .card_expirationYear,
.card_expirationMonth { .card_expirationMonth {
@ -132,7 +135,6 @@ body {
.buttonContainer { .buttonContainer {
height: 48px; height: 48px;
margin-top: 36px;
button { button {
position: relative; position: relative;
background: linear-gradient(270deg, #1574a1 0%, #003d58 100%); background: linear-gradient(270deg, #1574a1 0%, #003d58 100%);

View file

@ -20,14 +20,12 @@
scrolling="no"> scrolling="no">
</iframe> </iframe>
</div> </div>
<div class="fade-on-route-transition sub-container make-tall">
<navbar <navbar
cmsWidgetName="FunnelFooterWidget" cmsWidgetName="FunnelFooterWidget"
isForwardActionDisabled="true" isForwardActionDisabled="true"
:isBackButtonHidden="shouldHideBackButton" :isBackButtonHidden="shouldHideBackButton"
isSubmitHidden="true" isSubmitHidden="true"
@back-clicked="backButtonAction" /> @back-clicked="backButtonAction" />
</div>
</div> </div>
</div> </div>
</div> </div>
@ -387,7 +385,7 @@ export default {
<style lang="scss"> <style lang="scss">
.hop-iframe { .hop-iframe {
position: relative; position: relative;
min-height: 1600px; min-height: 1320px;
width: 100%; width: 100%;
border: 0 none; border: 0 none;
} }