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

fix(form): fix css

parent 10735230
No related branches found
No related tags found
3 merge requests!68Recette,!67Dev,!66Fix/form design create structure
......@@ -18,9 +18,6 @@ $progressBar-height: 50px;
height: calc(100vh);
top: 0;
}
h3 {
margin: 0;
}
}
.footer {
......@@ -103,9 +100,6 @@ $progressBar-height: 50px;
); // -1px because of header border
}
height: auto;
/*height: calc(
100vh - #{$header-height} - #{$progressBar-height} - #{$footer-height} - #{$footer-height-phone}
); // -1px because of header border*/
color: $grey-1;
&.home {
height: 100%;
......
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