Skip to content
Snippets Groups Projects
Commit 67c6b239 authored by Hugo SUBTIL's avatar Hugo SUBTIL
Browse files

fix(orientation): broken layout

parent 06819a8f
No related branches found
No related tags found
1 merge request!2921.17
...@@ -72,12 +72,17 @@ ...@@ -72,12 +72,17 @@
margin: 0 0.5em; margin: 0 0.5em;
} }
.form {
height: calc(var(--vh, 1vh) * 100 - $header-height);
}
.form-footer { .form-footer {
padding: 17px 0; padding: 17px 0;
width: 100%; width: 100%;
text-align: center; text-align: center;
z-index: calc($btn-phone-switch-map-list-z-index - 1); z-index: calc($btn-phone-switch-map-list-z-index - 1);
background: $grey-6; background: $grey-6;
height: $footer-form-height;
} }
.btnSwitch { .btnSwitch {
...@@ -100,7 +105,7 @@ ...@@ -100,7 +105,7 @@
} }
.content { .content {
min-height: 450px; height: 100% !important;
background-color: $white; background-color: $white;
margin-left: 25%; margin-left: 25%;
margin-right: 24%; margin-right: 24%;
......
$header-height: 70px; $header-height: 70px;
$footer-height: 56px; $footer-height: 56px;
$footer-form-height: 36px;
$header-height-phone: 70px; $header-height-phone: 70px;
$footer-height-phone: 75px; $footer-height-phone: 75px;
$progressBar-height: 50px; $progressBar-height: 50px;
......
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