mediawiki-skins-MinervaNeue/skinStyles/mobile.special.mobileoptions.styles/minerva.less
Volker E a62ca4412f Replace #content selector by .mw-body
Has been replaced in other skins, `.mw-body` is exclusively used on
`#content`.

Change-Id: I56ca92a683a2f9f4181e7708a312e691448ce230
2019-12-03 11:36:18 -07:00

35 lines
571 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;
}
}
}
// stylelint-disable selector-max-id
#mobile-options &.indicator-circle {
overflow: initial;
&:before {
content: '\2022';
color: @colorProgressive;
margin-right: 0.3em;
font-size: 1.2em;
}
}
// stylelint-enable selector-max-id