Skip to content
Snippets Groups Projects
Commit 438ae126 authored by Jérémie BRISON's avatar Jérémie BRISON
Browse files

fix(signup) : fix error position

parent 6ee98b2e
No related branches found
No related tags found
3 merge requests!85Recette,!84Dev,!69Fix/popup sign in up
......@@ -46,8 +46,8 @@
alt="logo invalid"
/>
</div>
<div class="invalid" *ngIf="authFailed">Identifiant ou mot de passe invalide</div>
</div>
<div class="invalid" *ngIf="authFailed">Identifiant ou mot de passe invalide</div>
<div class="footerModal" fxLayout="row" fxLayoutAlign="space-around center">
<button class="btn confirm" (click)="swithToResetPassword()">Mot de passe oublié</button>
<button
......
......@@ -21,7 +21,7 @@ h3 {
}
.form-group {
margin-bottom: 26px;
margin-top: 26px;
label {
margin-bottom: 4px;
@include cn-regular-14;
......@@ -32,6 +32,7 @@ h3 {
margin-right: 39px;
}
&.password {
margin-bottom: 39px;
p {
@include cn-regular-14;
color: $grey-3;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment