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-22 23:43:31 +00:00
|
|
|
display: inline-block;
|
|
|
|
&::first-letter {
|
|
|
|
text-transform: uppercase;
|
|
|
|
}
|
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
|
|
|
}
|
|
|
|
}
|
2016-07-19 21:29:15 +00:00
|
|
|
|
|
|
|
@media all and ( max-width: @specialpage-mobile-width-medium ) {
|
|
|
|
// Make narrow
|
|
|
|
width: @specialpage-mobile-width-small;
|
|
|
|
|
|
|
|
.mw-echo-ui-subGroupListWidget-header-row-markAllReadButton {
|
|
|
|
font-size: 0.8em;
|
|
|
|
}
|
|
|
|
|
|
|
|
&-title-primary {
|
|
|
|
font-size: 1.2em;
|
|
|
|
}
|
|
|
|
|
|
|
|
&-title-secondary {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
}
|
2016-08-30 22:29:22 +00:00
|
|
|
|
|
|
|
@media all and ( max-width: @specialpage-mobile-width-small ) {
|
|
|
|
// Make narrow with margin
|
|
|
|
width: @specialpage-mobile-width-small - 32px;
|
|
|
|
}
|
2016-03-16 22:47:20 +00:00
|
|
|
}
|