mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-11-12 08:58:25 +00:00
64134bd8a6
Use local imports instead given all relevant files are within the same repository, and don't vary by configuraion. Bug: T140807 Depends-On: If3edac9a35b346af0320c12f70c0d978a6346201 Change-Id: Ife3cc345a63aff452e93accbe0a593fbaa358732
18 lines
368 B
Plaintext
18 lines
368 B
Plaintext
@import '../../minerva.less/minerva.variables';
|
|
|
|
body.navigation-full-screen {
|
|
background-color: @primaryNavBackgroundColor;
|
|
|
|
nav {
|
|
// !important needed to override media query rules set in mainmenu.less
|
|
width: 100% !important;
|
|
right: 0 !important;
|
|
display: block !important;
|
|
visibility: visible !important;
|
|
}
|
|
|
|
#mw-mf-page-center {
|
|
display: none;
|
|
}
|
|
}
|