mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-11-16 18:58:45 +00:00
26 lines
289 B
Plaintext
26 lines
289 B
Plaintext
|
@import 'minerva.variables';
|
||
|
@import 'minerva.mixins';
|
||
|
|
||
|
.page-Main_Page {
|
||
|
#section_0 {
|
||
|
border: 0;
|
||
|
}
|
||
|
|
||
|
#page-actions,
|
||
|
.pre-content {
|
||
|
display: none;
|
||
|
}
|
||
|
|
||
|
&.is-authenticated {
|
||
|
.pre-content {
|
||
|
display: block;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
.content {
|
||
|
#mw-mf-last-modified {
|
||
|
padding: 5px 0;
|
||
|
}
|
||
|
}
|
||
|
}
|