mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-12 09:26:05 +00:00
4b204644a2
Bug: T139807 Change-Id: I59621117835d5ba3f0314f3cdd0c7cd0f0cd6b7c
19 lines
316 B
Plaintext
19 lines
316 B
Plaintext
@import '../echo.variables';
|
|
|
|
.mw-echo-ui-crossWikiUnreadFilterWidget {
|
|
border: 1px solid @border-color;
|
|
padding: @specialpage-separation-unit;
|
|
width: @specialpage-sidebar-width;
|
|
|
|
&-title {
|
|
display: block;
|
|
font-size: 1.3em;
|
|
font-weight: bold;
|
|
}
|
|
|
|
&-subtitle {
|
|
display: block;
|
|
color: @grey-light;
|
|
}
|
|
}
|