mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-11-16 10:50:52 +00:00
1146cef6b1
Bug: T180095 Change-Id: I0ef0ce914a360848f8f66b39c40588f3fa04647c
21 lines
278 B
Plaintext
21 lines
278 B
Plaintext
@import 'minerva.variables';
|
|
|
|
@media all and ( min-width: @deviceWidthTablet ) {
|
|
.ns-special .pre-content {
|
|
background: #fff;
|
|
|
|
.tagline,
|
|
h1 {
|
|
margin: 0 @contentMargin;
|
|
}
|
|
}
|
|
|
|
.ns-special #content {
|
|
background: @colorGray14;
|
|
|
|
form {
|
|
background: #fff;
|
|
}
|
|
}
|
|
}
|