mediawiki-skins-MinervaNeue/resources/skins.minerva.base.styles/print/header.less
jdlrobson c323c6858a Hygiene: Merge skins.minerva.print.styles with skins.minerva.base.styles
We no longer need to keep this as a separate entry point now we do not
feature flag our print styles

Please enter the commit message for your changes. Lines starting

Change-Id: I6bf12980aa929e84f239931beb0a505809231830
2017-08-31 19:09:03 +00:00

46 lines
688 B
Plaintext

// FIXME: Ensure resources/skins.minerva.base.styles/print.less is removed when promoting
.header-container {
background: @skinContentBgColor !important;
box-shadow: none !important;
}
.header {
border-top: 0;
display: block;
height: auto;
.branding-box {
padding-left: 0 !important;
// Beta indication is hidden in print mode
sup {
display: none !important;
}
}
> 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;
}
}
}
}