2021-02-02 10:04:37 +00:00
|
|
|
@import '../variables.less';
|
2020-01-09 22:11:00 +00:00
|
|
|
@import 'mediawiki.mixins.less';
|
|
|
|
|
2020-09-04 19:34:05 +00:00
|
|
|
.mw-portlet {
|
2020-04-16 18:40:39 +00:00
|
|
|
// Hidden by default, but displayed by certain menus
|
|
|
|
// e.g. MenuPortal
|
2014-08-07 11:38:34 +00:00
|
|
|
h3 {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
ul {
|
2018-10-16 02:13:07 +00:00
|
|
|
list-style: none none;
|
2014-08-07 11:38:34 +00:00
|
|
|
margin: 0;
|
|
|
|
}
|
2021-07-28 19:42:30 +00:00
|
|
|
}
|
2014-08-07 11:38:34 +00:00
|
|
|
|
2021-07-28 19:42:30 +00:00
|
|
|
// FIXME: Move these rules to the #p-personal li selector in
|
|
|
|
// skins.vector.styles.legacy/layouts/screen.less when modern Vector no longer
|
|
|
|
// uses the legacy user menu and only uses the new consolidated user links
|
|
|
|
// menu.
|
|
|
|
.vector-user-menu-legacy li {
|
|
|
|
margin-left: 0.75em;
|
|
|
|
// `padding-top` instead of `margin-top` necessary for
|
|
|
|
// anonymous user icon position below
|
|
|
|
padding-top: 0.5em;
|
|
|
|
line-height: @line-height-nav-personal;
|
2014-08-07 11:38:34 +00:00
|
|
|
}
|