mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-28 09:40:41 +00:00
33655c75e7
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
36 lines
565 B
Plaintext
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;
|
|
}
|
|
}
|
|
}
|