mediawiki-skins-MinervaNeue/skinStyles/mobile.special.mobileoptions.styles/minerva.less
Volker E d7039ab8ac Remove 'new' indicator styles on mobile options
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
2020-02-19 19:50:01 +00:00

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;
}
}
}