✨ Login design for forgot password
This commit is contained in:
parent
3315bd53bd
commit
4d884b865b
@ -20,5 +20,10 @@
|
|||||||
.submit_button {
|
.submit_button {
|
||||||
margin-top: 32px;
|
margin-top: 32px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.forgot-password {
|
||||||
|
margin-top: 8px;
|
||||||
|
text-decoration: underline;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -27,8 +27,8 @@ export default function StepPassword(props: IProps) {
|
|||||||
password
|
password
|
||||||
/>
|
/>
|
||||||
<Link href="/forgot-password">
|
<Link href="/forgot-password">
|
||||||
<Typography typo={ITypo.H1}>
|
<Typography typo={ITypo.P_16} className={classes["forgot-password"]}>
|
||||||
<div className={classes["forgot-password"]}>Mot de passe oublié ?</div>
|
Mot de passe oublié ?
|
||||||
</Typography>
|
</Typography>
|
||||||
</Link>
|
</Link>
|
||||||
<Button type="submit" variant={EButtonVariant.PRIMARY} className={classes["submit_button"]}>
|
<Button type="submit" variant={EButtonVariant.PRIMARY} className={classes["submit_button"]}>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user