2020-02-03 08:15:44 +00:00
|
|
|
.header-container,
|
|
|
|
.header-container.header-chrome {
|
2020-06-12 04:23:50 +00:00
|
|
|
background: @background-color-base;
|
2017-07-12 15:12:40 +00:00
|
|
|
box-shadow: none !important;
|
|
|
|
}
|
|
|
|
|
2021-07-16 20:10:00 +00:00
|
|
|
.minerva-header {
|
2017-07-12 15:12:40 +00:00
|
|
|
border-top: 0;
|
2022-11-23 12:06:18 +00:00
|
|
|
// Un-hide the wordmark logo
|
2017-07-12 15:12:40 +00:00
|
|
|
display: block;
|
|
|
|
height: auto;
|
2019-09-11 12:19:47 +00:00
|
|
|
padding: 0 @contentPadding;
|
2017-07-12 15:12:40 +00:00
|
|
|
|
2022-11-23 12:06:18 +00:00
|
|
|
// Hide everything else once again
|
|
|
|
.navigation-drawer,
|
|
|
|
.minerva-search-form,
|
|
|
|
.minerva-user-navigation {
|
2017-07-12 15:12:40 +00:00
|
|
|
display: none !important;
|
|
|
|
}
|
|
|
|
|
2022-11-23 12:06:18 +00:00
|
|
|
.branding-box {
|
2017-07-12 15:12:40 +00:00
|
|
|
height: auto;
|
|
|
|
display: block !important;
|
2022-11-23 12:06:18 +00:00
|
|
|
padding: 0 0 51px 0;
|
2017-07-12 15:12:40 +00:00
|
|
|
|
2022-11-23 12:06:18 +00:00
|
|
|
// Beta indication is hidden in print mode
|
|
|
|
sup {
|
|
|
|
display: none !important;
|
2017-07-12 15:12:40 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|