mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-11-15 02:13:49 +00:00
d7039ab8ac
These have been only in use for AMC, in case we need them again, we will bring them back. Bug: T245654 Depends-On: I0bfcbd9378b3fea4d532b78b250ce05a13f71edb Change-Id: Ibdb69e92de5a0cf20413b0fb576a6797f7bf1771
22 lines
331 B
Plaintext
22 lines
331 B
Plaintext
@import '../../minerva.less/minerva.variables.less';
|
|
|
|
@media all and ( min-width: @width-breakpoint-tablet ) {
|
|
.ns-special .pre-content {
|
|
background: #fff;
|
|
margin-bottom: 15px;
|
|
|
|
.tagline,
|
|
h1 {
|
|
margin: 0 @contentMargin;
|
|
}
|
|
}
|
|
|
|
.ns-special .mw-body {
|
|
background: @colorGray14;
|
|
|
|
form {
|
|
background: #fff;
|
|
}
|
|
}
|
|
}
|