mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-11-25 06:36:32 +00:00
016631f57a
Bug: T225731 Depends-On: I0821300dbcbc6baa9c56eb3c711c713bb0cb9e14 Change-Id: Id13e2a0fe3863fa4ae6aee878bf15a424fca7c31
33 lines
493 B
Plaintext
33 lines
493 B
Plaintext
@import '../../minerva.less/minerva.variables';
|
|
|
|
@media all and ( min-width: @width-breakpoint-tablet ) {
|
|
.ns-special .pre-content {
|
|
background: #fff;
|
|
margin-bottom: 15px;
|
|
|
|
.tagline,
|
|
h1 {
|
|
margin: 0 @contentMargin;
|
|
}
|
|
}
|
|
|
|
.ns-special #content {
|
|
background: @colorGray14;
|
|
|
|
form {
|
|
background: #fff;
|
|
}
|
|
}
|
|
}
|
|
|
|
#mobile-options &.indicator-circle {
|
|
overflow: initial;
|
|
|
|
&:before {
|
|
content: '\2022';
|
|
color: @colorProgressive;
|
|
margin-right: 0.3em;
|
|
font-size: 1.2em;
|
|
}
|
|
}
|