From 6007a0dfc47b372be1d1372151889efd587feeeb Mon Sep 17 00:00:00 2001
From: Jeremie BRISON <ext.sopra.jbrison@grandlyon.com>
Date: Thu, 4 Feb 2021 14:36:22 +0100
Subject: [PATCH] fix(form): fix collaspse size + header titler phone

---
 src/app/form/form.component.scss | 12 ++++--------
 src/app/form/form.component.ts   |  2 +-
 2 files changed, 5 insertions(+), 9 deletions(-)

diff --git a/src/app/form/form.component.scss b/src/app/form/form.component.scss
index fdc7e0585..cf266d010 100644
--- a/src/app/form/form.component.scss
+++ b/src/app/form/form.component.scss
@@ -6,7 +6,9 @@
 @import '../../assets/scss/z-index';
 
 $progressBar-height: 50px;
-
+h3 {
+  margin: 0;
+}
 .form {
   background: white;
   width: 100vw;
@@ -57,6 +59,7 @@ $progressBar-height: 50px;
     width: 100%;
     position: absolute;
     height: 50px;
+
     .block-iconMenu {
       right: 44px;
       width: 50px;
@@ -88,7 +91,6 @@ $progressBar-height: 50px;
     margin-bottom: 0;
   }
   h3 {
-    margin: 0;
     @include cn-bold-22;
   }
   .page {
@@ -294,9 +296,6 @@ img {
   border: 1px solid $grey-4;
   border-radius: 4px;
   margin-bottom: 13px;
-  &.equipments {
-    width: 296px;
-  }
   @media #{$tablet} {
     width: 296px;
   }
@@ -373,9 +372,6 @@ img {
         border-radius: 0 4px 4px 0;
         border-left: 0;
       }
-      &.nbEquipment {
-        width: 55px;
-      }
     }
     padding: 0px 15px 19px 12px;
     img {
diff --git a/src/app/form/form.component.ts b/src/app/form/form.component.ts
index 41fc2e1ea..d8a2ef93f 100644
--- a/src/app/form/form.component.ts
+++ b/src/app/form/form.component.ts
@@ -40,7 +40,7 @@ export class FormComponent implements OnInit {
   public trainingCategories: { category: Category; openned: boolean }[] = [];
 
   // Page and progress var
-  public currentPage = 0;
+  public currentPage = 17;
   public progressStatus = 0;
   public nbPagesForm = 25;
   public isPageValid: boolean;
-- 
GitLab