2016-07-05 18:23:01 +00:00
|
|
|
@import '../echo.variables';
|
2016-03-16 22:47:20 +00:00
|
|
|
.mw-echo-ui-datedSubGroupListWidget {
|
2016-07-05 18:23:01 +00:00
|
|
|
// We have to reiterate the fixed width here so that the
|
|
|
|
// concatenation works inside the items. This is an issue
|
|
|
|
// with css' table-layout, which notification items are
|
|
|
|
// set to
|
2016-07-05 21:38:24 +00:00
|
|
|
width: @specialpage-width;
|
2016-07-05 18:23:01 +00:00
|
|
|
|
2016-03-16 22:47:20 +00:00
|
|
|
&-title {
|
|
|
|
font-weight: normal;
|
|
|
|
|
|
|
|
&-primary {
|
|
|
|
font-size: 1.5em;
|
|
|
|
margin-right: 0.5em;
|
2016-07-13 20:56:17 +00:00
|
|
|
text-transform: capitalize;
|
2016-03-16 22:47:20 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
&-secondary {
|
|
|
|
font-size: 1.5em;
|
2016-05-31 21:26:05 +00:00
|
|
|
color: #777777;
|
2016-03-16 22:47:20 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|