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

fix(form) : fix hours border + add facultatif

parent f4f94b2c
No related branches found
No related tags found
3 merge requests!68Recette,!67Dev,!66Fix/form design create structure
......@@ -220,7 +220,7 @@
<input
type="checkbox"
[value]="equipment.key"
(change)="onCheckChange($event, 'equipmentsAccessType',equipment.key)"
(change)="onCheckChange($event, 'equipmentsAccessType', equipment.key)"
[checked]="isInArray(equipment.key, 'equipmentsAccessType')"
[disabled]="getStructureControl('equipmentsAccessType').disabled"
/>
......@@ -444,6 +444,7 @@
<div *ngIf="currentPage == 7" class="page">
<div class="title">
<h3>Quels sont les horaires d'ouverture ?</h3>
<p class="notRequired">facultatif</p>
</div>
<app-hour-picker
*ngIf="hoursForm"
......
......@@ -78,6 +78,7 @@ input {
@include cn-regular-14;
min-width: 56px;
text-align: center;
outline: none;
}
p {
......
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