Login design for forgot password

This commit is contained in:
Maxime Lalo 2023-11-27 10:57:11 +01:00
parent 3315bd53bd
commit 4d884b865b
2 changed files with 7 additions and 2 deletions

View File

@ -20,5 +20,10 @@
.submit_button {
margin-top: 32px;
}
.forgot-password {
margin-top: 8px;
text-decoration: underline;
}
}
}

View File

@ -27,8 +27,8 @@ export default function StepPassword(props: IProps) {
password
/>
<Link href="/forgot-password">
<Typography typo={ITypo.H1}>
<div className={classes["forgot-password"]}>Mot de passe oublié ?</div>
<Typography typo={ITypo.P_16} className={classes["forgot-password"]}>
Mot de passe oublié ?
</Typography>
</Link>
<Button type="submit" variant={EButtonVariant.PRIMARY} className={classes["submit_button"]}>