First steps towards the SAS partnership * otp flow now pretends to do the linking * Update LinkAccountForm header * Update redirect times * Clean up comments * Set maxAge on sas cookies * make all SAS routes protected * Merge remote-tracking branch 'refs/remotes/origin/feature/sas-login' into feature/sas-login * Require auth for sas link flow * Fix resend otp * Add error support to OneTimePasswordForm * Add Sentry to SAS error boundary * Move SAS_REQUEST_OTP_STATE_STORAGE_COOKIE_NAME * Add missing translations * Merge branch 'master' of bitbucket.org:scandic-swap/web into feature/sas-login * Merge branch 'feature/sas-login' of bitbucket.org:scandic-swap/web into feature/sas-login * Add TooManyCodesError component * Refactor GenericError to support new errors * Add FailedAttemptsError * remove removed component <VWOScript/> * Merge branch 'feature/sas-login' of bitbucket.org:scandic-swap/web into feature/sas-login * remove local cookie-bot reference * Fix sas campaign logo scaling * feature toggle the SAS stuff * Merge branch 'feature/sas-login' of bitbucket.org:scandic-swap/web into feature/sas-login * fix: use env vars for SAS endpoints Approved-by: Linus Flood
44 lines
783 B
CSS
44 lines
783 B
CSS
.titles {
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
gap: var(--Spacing-x2);
|
|
margin-top: var(--Spacing-x3);
|
|
}
|
|
|
|
.dateSelect {
|
|
display: flex;
|
|
flex-direction: column;
|
|
gap: var(--Spacing-x1);
|
|
width: 100%;
|
|
}
|
|
|
|
.termsAndConditions {
|
|
display: flex;
|
|
flex-direction: column;
|
|
gap: var(--Spacing-x2);
|
|
}
|
|
|
|
.termsDescription {
|
|
margin-left: calc(var(--Spacing-x4) + var(--Spacing-x-half));
|
|
}
|
|
|
|
.ctaContainer {
|
|
display: flex;
|
|
justify-content: center;
|
|
padding: var(--Spacing-x3) var(--Spacing-x3) 0;
|
|
width: calc(100% + var(--Spacing-x3) + var(--Spacing-x3));
|
|
border-top: 1px solid var(--Base-Border-Subtle);
|
|
}
|
|
|
|
.ctaButton {
|
|
max-width: 350px;
|
|
}
|
|
|
|
.form {
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
gap: var(--Spacing-x3);
|
|
}
|