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

fix(form): fix collaspse size + header titler phone

parent d5c1ea74
No related branches found
No related tags found
3 merge requests!68Recette,!67Dev,!66Fix/form design create structure
......@@ -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 {
......
......@@ -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;
......
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