mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-12-02 19:36:48 +00:00
17 lines
280 B
Plaintext
17 lines
280 B
Plaintext
|
@import '../echo.variables';
|
||
|
|
||
|
.mw-echo-ui-crossWikiUnreadFilterWidget {
|
||
|
border: 1px solid @border-color;
|
||
|
padding: @specialpage-separation-unit;
|
||
|
width: @specialpage-sidebar-width;
|
||
|
|
||
|
&-title {
|
||
|
font-size: 1.3em;
|
||
|
font-weight: bold;
|
||
|
}
|
||
|
|
||
|
&-subtitle {
|
||
|
color: @grey-light;
|
||
|
}
|
||
|
}
|