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;
|
|
|
|
}
|
|
|
|
|
|
|
|
li {
|
|
|
|
margin-left: 0.75em;
|
2018-10-15 23:19:45 +00:00
|
|
|
// `padding-top` instead of `margin-top` necessary for
|
|
|
|
// anonymous user icon position below
|
|
|
|
padding-top: 0.5em;
|
2019-09-29 20:21:41 +00:00
|
|
|
line-height: @line-height-nav-personal;
|
2014-08-07 11:38:34 +00:00
|
|
|
}
|
|
|
|
}
|