mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-11-29 00:20:51 +00:00
a62ca4412f
Has been replaced in other skins, `.mw-body` is exclusively used on `#content`. Change-Id: I56ca92a683a2f9f4181e7708a312e691448ce230
35 lines
571 B
Plaintext
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
|