2023-04-03 19:44:38 +00:00
|
|
|
@import 'mediawiki.skin.variables.less';
|
2019-10-25 20:53:39 +00:00
|
|
|
@import '../echo.variables.less';
|
2019-01-10 02:42:06 +00:00
|
|
|
|
2016-03-16 22:47:20 +00:00
|
|
|
.mw-echo-ui-datedSubGroupListWidget {
|
2017-04-12 23:51:07 +00:00
|
|
|
.mw-body-content &-title {
|
|
|
|
// Since the title is <h2> we want to specifically
|
|
|
|
// change the styling to bring it back to mimic a
|
|
|
|
// content span. We also must override the h2 rules
|
|
|
|
// so specificity is important
|
|
|
|
font-weight: inherit;
|
|
|
|
font-size: inherit;
|
|
|
|
font-family: inherit;
|
|
|
|
border: 0;
|
2016-03-16 22:47:20 +00:00
|
|
|
|
|
|
|
&-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
|
|
|
|
2023-03-29 22:24:47 +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
|
|
|
}
|