mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-11-15 02:13:49 +00:00
55ea39bb30
Note: You need to enable wgMinervaApplyKnownTemplateHack in LocalSettings.php for these styles to work. Editors can opt out of these rules by using the already popularized "notheme" class. Bug: T357722 Change-Id: I32f3968b74bded987bb60e85a902e551727db545
26 lines
428 B
Plaintext
26 lines
428 B
Plaintext
@import '../../minerva.less/minerva.variables.less';
|
|
@import '../../minerva.less/minerva.mixins.less';
|
|
|
|
// stylelint-disable selector-max-id
|
|
.page-Main_Page {
|
|
.mw-first-heading {
|
|
border: 0;
|
|
}
|
|
|
|
&.is-authenticated {
|
|
.pre-content {
|
|
display: block;
|
|
}
|
|
}
|
|
|
|
#page-secondary-actions a {
|
|
margin-top: 1em;
|
|
}
|
|
}
|
|
|
|
& when (@wgMinervaApplyKnownTemplateHacks = 1) {
|
|
@import 'hacks.less';
|
|
}
|
|
|
|
// stylelint-enable selector-max-id
|