2017-07-12 15:12:40 +00:00
|
|
|
// FIXME: Ensure resources/skins.minerva.base.styles/print.less is removed when promoting
|
2020-02-03 08:15:44 +00:00
|
|
|
.header-container,
|
|
|
|
.header-container.header-chrome {
|
|
|
|
background: @skinContentBgColor;
|
2017-07-12 15:12:40 +00:00
|
|
|
box-shadow: none !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.header {
|
|
|
|
border-top: 0;
|
|
|
|
display: block;
|
|
|
|
height: auto;
|
2019-09-11 12:19:47 +00:00
|
|
|
padding: 0 @contentPadding;
|
2017-07-12 15:12:40 +00:00
|
|
|
|
|
|
|
.branding-box {
|
|
|
|
padding-left: 0 !important;
|
|
|
|
|
|
|
|
// Beta indication is hidden in print mode
|
|
|
|
sup {
|
|
|
|
display: none !important;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2020-02-17 21:59:48 +00:00
|
|
|
> nav,
|
2017-07-12 15:12:40 +00:00
|
|
|
> div {
|
|
|
|
display: none !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
> .branding-box {
|
|
|
|
height: auto;
|
|
|
|
display: block !important;
|
|
|
|
padding: 0 0 51px 50px;
|
|
|
|
|
|
|
|
h1 {
|
|
|
|
font-size: inherit;
|
|
|
|
|
|
|
|
> * {
|
|
|
|
float: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
// assumes SVG...
|
|
|
|
img {
|
|
|
|
height: 41px;
|
|
|
|
width: auto;
|
|
|
|
vertical-align: inherit;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|