From d5c1ea74acdd948559b396d30feb389e4a6054c5 Mon Sep 17 00:00:00 2001 From: Jeremie BRISON <ext.sopra.jbrison@grandlyon.com> Date: Thu, 4 Feb 2021 10:58:57 +0100 Subject: [PATCH] fix(form): fix css --- src/app/form/form.component.scss | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/app/form/form.component.scss b/src/app/form/form.component.scss index 09f51ccb2..fdc7e0585 100644 --- a/src/app/form/form.component.scss +++ b/src/app/form/form.component.scss @@ -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%; -- GitLab