mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-11-16 18:58:45 +00:00
ca18ad75d3
This completes the migration from header to minerva-header Bug: T172626 Change-Id: Ibb86359e683e08d86091f855e3813a99e0ad2cee
49 lines
758 B
Plaintext
49 lines
758 B
Plaintext
// FIXME: Ensure resources/skins.minerva.base.styles/print.less is removed when promoting
|
|
.header-container,
|
|
.header-container.header-chrome {
|
|
background: @background-color-base;
|
|
box-shadow: none !important;
|
|
}
|
|
|
|
.minerva-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;
|
|
}
|
|
}
|
|
|
|
> nav,
|
|
> 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;
|
|
}
|
|
}
|
|
}
|
|
}
|