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