Skip to content
Snippets Groups Projects
Commit 4512cd1b authored by Etienne LOUPIAS's avatar Etienne LOUPIAS
Browse files

Merge branch '507-retours-recette-contact-newsletter' into 'dev'

Resolve "Retours recette Contact + Newsletter"

See merge request !748
parents beb1fd58 5b99cf9d
No related branches found
No related tags found
2 merge requests!783V3.0.0,!748Resolve "Retours recette Contact + Newsletter"
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
.contactForm { .contactForm {
max-width: 600px; max-width: 600px;
padding: 1rem 0; padding: 2rem 0;
margin: auto; margin: auto;
display: flex; display: flex;
......
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
Une erreur est survenue lors de la validation de votre email... Veuillez envoyer un mail au support. Une erreur est survenue lors de la validation de votre email... Veuillez envoyer un mail au support.
</p> </p>
<form [formGroup]="loginForm" (ngSubmit)="onSubmit()"> <form [formGroup]="loginForm" (ngSubmit)="onSubmit()">
<div class="formGroup" style="gap: 24px"> <div class="formGroup">
<app-input <app-input
id="login" id="login"
label="Identifiant" label="Identifiant"
......
...@@ -31,10 +31,10 @@ ...@@ -31,10 +31,10 @@
form { form {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
align-items: center;
gap: 32px; gap: 32px;
.fields { .formGroup {
display: flex; width: 300px;
flex-direction: column;
gap: 24px; gap: 24px;
} }
} }
......
...@@ -7,6 +7,7 @@ ...@@ -7,6 +7,7 @@
label="Courriel personnel" label="Courriel personnel"
autocomplete="on" autocomplete="on"
size="large" size="large"
[wide]="true"
[status]=" [status]="
subscriptionForm.get('email').value ? (subscriptionForm.get('email').invalid ? 'error' : 'success') : null subscriptionForm.get('email').value ? (subscriptionForm.get('email').invalid ? 'error' : 'success') : null
" "
......
.newsletterForm { .newsletterForm {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
gap: 1rem; gap: 32px;
width: fit-content; width: 360px;
padding: 1rem 0; padding: 2rem 0;
margin: auto; margin: auto;
.actions { .actions {
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
.buttons { .buttons {
display: flex; display: flex;
gap: 1rem; justify-content: space-between;
} }
.link { .link {
......
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