mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-11-19 05:25:53 +00:00
21 lines
347 B
Plaintext
21 lines
347 B
Plaintext
|
@import '../../../variables.less';
|
||
|
|
||
|
/* Panel */
|
||
|
#mw-panel {
|
||
|
font-size: @font-size-nav-main;
|
||
|
|
||
|
.portal-first,
|
||
|
/* FIXME: For caching. Can be removed in a week from the git blame commit id of this line. */
|
||
|
#p-logo + .portal {
|
||
|
background-image: none;
|
||
|
|
||
|
h3 {
|
||
|
display: none;
|
||
|
}
|
||
|
|
||
|
.body {
|
||
|
margin-left: @margin-start-nav-main-body;
|
||
|
}
|
||
|
}
|
||
|
}
|