mediawiki-extensions-Echo/modules/styles/mw.echo.ui.DatedSubGroupListWidget.less
Volker E 33655c75e7 Follow overhauled color palette
Replacing colors with ones from the overhauled WCAG 2.0 level AA
compliant color palette https://phabricator.wikimedia.org/M82
Applying Less variables where possible for better flexibility
in future design maintenance.
Also introducing some variables from WikimediaUI Base.

Bug: T147365
Depends-on: I16bdfbdada252ee27d5a0de11e0930347315b699
Change-Id: Ic05ed15b44d86752c686d80efc4f2ed2a1e71b41
2016-11-01 22:31:28 +00:00

36 lines
565 B
Plaintext

@import '../echo.variables';
.mw-echo-ui-datedSubGroupListWidget {
&-title {
font-weight: normal;
&-primary {
font-size: 1.5em;
margin-right: 0.5em;
display: inline-block;
&:first-letter {
text-transform: uppercase;
}
}
&-secondary {
font-size: 1.5em;
color: @grey-light;
}
}
@media all and ( max-width: ( @specialpage-hd-width - 1 ) ) {
.mw-echo-ui-subGroupListWidget-header-row-markAllReadButton {
font-size: 0.8em;
}
&-title-primary {
font-size: 1.2em;
}
&-title-secondary {
display: none;
}
}
}