Skip to content
Snippets Groups Projects
Commit 0c1e67e9 authored by Marlène SIMONDANT's avatar Marlène SIMONDANT
Browse files

fix(orientation): app-component height modified for issue 307 broke orientation map

parent 47b585d1
No related branches found
No related tags found
1 merge request!612Retours recette V2.4.2
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
} }
.height-100 { .height-100 {
height: 100%; height: calc(100vh - #{$header-height} - #{$orientation-progressBarAndButtons});
} }
.panes-container { .panes-container {
... ...
......
...@@ -4,3 +4,4 @@ $header-height-phone: 70px; ...@@ -4,3 +4,4 @@ $header-height-phone: 70px;
$footer-height-phone: 75px; $footer-height-phone: 75px;
$header-post-height: 180px; $header-post-height: 180px;
$content-desktop-width: 980px; $content-desktop-width: 980px;
$orientation-progressBarAndButtons: 119px;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment