1 @use '_variables' as *;
9 min-height: calc(100vh - #{$header-height} - #{$footer-height} - #{$footer-margin});
12 .sub-header-container {
13 margin-top: $header-height;
14 background-color: pvar(--mainBackgroundColor);
19 height: $header-height;
23 background-color: pvar(--mainBackgroundColor);
24 box-shadow: 0 1px 3px rgba(0, 0, 0, 0.16);
30 height: $header-height;
40 mask-image: url('../assets/images/misc/menu.svg');
41 -webkit-mask-image: url('../assets/images/misc/menu.svg');
43 background-color: pvar(--mainForegroundColor);
44 margin: 0 18px 0 20px;
46 @media screen and (max-width: $mobile-view) {
53 height: $header-height;
56 justify-content: flex-end;
62 @include disable-default-a-behaviour;
65 font-weight: $font-bold;
66 color: inherit !important;
77 @media screen and (max-width: $mobile-view) {
83 @include margin-right(0.5rem);
85 display: inline-block;
97 grid-template-columns: 1fr 30px;
101 justify-self: center;