mediawiki-skins-MinervaNeue/resources/skins.minerva.base.styles/print/header.less
Jan Drewniak 633c48bddf Utilize the mw-ui-icon-flush-left/right classes to align icons
Affected icons:
- hamburger menu
- "search|notifications|user" menu in page header
- notification "circle" icon
- page actions menu
- section edit icon

Bug: T229440
Change-Id: I5587855d0d9ecf2fac20ce16845e6749c26ab7c2
2019-09-13 12:09:43 -07:00

47 lines
717 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;
padding: 0 @contentPadding;
.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;
}
}
}
}