2016-07-05 18:23:01 +00:00
|
|
|
@import '../echo.variables';
|
2016-03-16 22:47:20 +00:00
|
|
|
.mw-echo-ui-datedSubGroupListWidget {
|
|
|
|
&-title {
|
|
|
|
font-weight: normal;
|
|
|
|
|
|
|
|
&-primary {
|
|
|
|
font-size: 1.5em;
|
|
|
|
margin-right: 0.5em;
|
2016-07-22 23:43:31 +00:00
|
|
|
display: inline-block;
|
2016-10-05 00:11:41 +00:00
|
|
|
|
|
|
|
&:first-letter {
|
2016-07-22 23:43:31 +00:00
|
|
|
text-transform: uppercase;
|
|
|
|
}
|
2016-03-16 22:47:20 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
&-secondary {
|
|
|
|
font-size: 1.5em;
|
2016-10-25 04:18:08 +00:00
|
|
|
color: @grey-light;
|
2016-03-16 22:47:20 +00:00
|
|
|
}
|
|
|
|
}
|
2016-07-19 21:29:15 +00:00
|
|
|
|
2016-09-02 00:52:26 +00:00
|
|
|
@media all and ( max-width: ( @specialpage-hd-width - 1 ) ) {
|
2016-07-19 21:29:15 +00:00
|
|
|
.mw-echo-ui-subGroupListWidget-header-row-markAllReadButton {
|
|
|
|
font-size: 0.8em;
|
|
|
|
}
|
|
|
|
|
|
|
|
&-title-primary {
|
|
|
|
font-size: 1.2em;
|
|
|
|
}
|
|
|
|
|
|
|
|
&-title-secondary {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
}
|
2016-03-16 22:47:20 +00:00
|
|
|
}
|