mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-11-12 09:21:11 +00:00
ffcd4b6113
Change-Id: I3c057e048ada0601497ee6697c19bf207c3bc821
21 lines
344 B
Plaintext
21 lines
344 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;
|
|
}
|
|
}
|
|
}
|