2023-04-03 19:44:38 +00:00
|
|
|
@import 'mediawiki.skin.variables.less';
|
2019-10-25 20:53:39 +00:00
|
|
|
@import '../echo.variables.less';
|
2016-05-31 22:32:16 +00:00
|
|
|
|
|
|
|
.mw-echo-ui-crossWikiUnreadFilterWidget {
|
2023-04-03 19:44:38 +00:00
|
|
|
border: @border-width-base @border-style-base @border-color-subtle;
|
2016-05-31 22:32:16 +00:00
|
|
|
padding: @specialpage-separation-unit;
|
|
|
|
width: @specialpage-sidebar-width;
|
|
|
|
|
|
|
|
&-title {
|
2016-07-08 23:00:59 +00:00
|
|
|
display: block;
|
2016-05-31 22:32:16 +00:00
|
|
|
font-size: 1.3em;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
&-subtitle {
|
2016-07-08 23:00:59 +00:00
|
|
|
display: block;
|
2016-05-31 22:32:16 +00:00
|
|
|
color: @grey-light;
|
|
|
|
}
|
|
|
|
}
|