mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-12-13 08:31:23 +00:00
1594089142
Bug: T337954 Change-Id: Ia34e68eff3bcd52bd4ba0017bd5b8b271fd528c6
19 lines
361 B
Plaintext
19 lines
361 B
Plaintext
@import 'mediawiki.skin.variables.less';
|
|
@import '../echo.variables.less';
|
|
|
|
.mw-echo-ui-crossWikiUnreadFilterWidget {
|
|
border: @border-width-base @border-style-base @border-color-subtle;
|
|
padding: @specialpage-separation-unit;
|
|
|
|
&-title {
|
|
display: block;
|
|
font-size: 1.3em;
|
|
font-weight: bold;
|
|
}
|
|
|
|
&-subtitle {
|
|
display: block;
|
|
color: @grey-light;
|
|
}
|
|
}
|