5 min-height: calc(100vh - #{$header-height} - #{$footer-height} - #{$footer-margin});
8 .sub-header-container {
9 margin-top: $header-height;
10 background-color: var(--mainBackgroundColor);
14 height: $header-height;
18 background-color: var(--mainBackgroundColor);
20 box-shadow: 0 1px 3px rgba(0, 0, 0, 0.16);
24 z-index: z(headerLeft);
25 height: $header-height;
34 background-color: var(--mainForegroundColor);
35 mask-image: url('../assets/images/header/menu.svg');
36 margin: 0 18px 0 20px;
41 @include disable-default-a-behaviour;
44 font-weight: $font-bold;
45 color: inherit !important;
57 display: inline-block;
58 background: url('../assets/images/logo.svg') no-repeat;
64 @media screen and (max-width: 500px) {
72 @media screen and (max-width: 350px) {
78 height: $header-height;
81 justify-content: flex-end;
90 margin-top: $footer-margin;
91 height: $footer-height;
92 justify-content: center;