3 @import '~bootstrap/scss/functions';
4 @import '~bootstrap/scss/variables';
11 min-height: calc(100vh - #{$header-height} - #{$footer-height} - #{$footer-margin});
14 .sub-header-container {
15 margin-top: $header-height;
16 background-color: pvar(--mainBackgroundColor);
21 height: $header-height;
25 background-color: pvar(--mainBackgroundColor);
27 box-shadow: 0 1px 3px rgba(0, 0, 0, 0.16);
33 height: $header-height;
43 background-color: pvar(--mainForegroundColor);
44 mask-image: url('../assets/images/misc/menu.svg');
45 margin: 0 18px 0 20px;
47 @media screen and (max-width: $mobile-view) {
54 height: $header-height;
57 justify-content: flex-end;
63 @include disable-default-a-behaviour;
66 font-weight: $font-bold;
67 color: inherit !important;
79 display: inline-block;
85 @media screen and (max-width: $mobile-view) {
96 grid-template-columns: 1fr 30px;
100 justify-self: center;