Skip to content
Snippets Groups Projects
Commit 94f0ff61 authored by Marlène SIMONDANT's avatar Marlène SIMONDANT
Browse files

fix(orientation): orientator screen : neither email nor phone are mandatory

parent b4fdc656
No related branches found
No related tags found
2 merge requests!612Retours recette V2.4.2,!610384-orientation-quelle-structure-oriente-la-personne-moyens-de-communication
......@@ -49,7 +49,7 @@
</div>
</div>
<div class="form-group" fxLayout="column">
<label for="structureMail">Email de votre structure<sup class="footnote-nb">1</sup></label>
<label for="structureMail">Email de votre structure</label>
<p class="notRequired">Facultatif</p>
<div fxLayout="row" fxLayoutGap="13px">
<input
......@@ -74,7 +74,7 @@
</div>
</div>
<div class="form-group" fxLayout="column">
<label for="structurePhone">Téléphone de votre structure<sup class="footnote-nb">1</sup></label>
<label for="structurePhone">Téléphone de votre structure</label>
<p class="notRequired">Facultatif</p>
<div fxLayout="row" fxLayoutGap="13px">
<input
......@@ -99,8 +99,4 @@
</div>
</div>
</form>
<p class="footnote">
<sup class="footnote-nb">1</sup> Un moyen de communication (email et/ou téléphone) est obligatoire pour valider
cette étape
</p>
</div>
......@@ -56,12 +56,3 @@
.notRequired {
margin-bottom: 0;
}
sup {
color: red;
font-size: $font-size-xxsmall;
}
.footnote {
margin-top: 2em;
font-size: $font-size-xmsmall;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment