Set text colors in overlay to mwui light gray, and increase title font size

Change-Id: I24f796df1abee02557db2f4817ad70c227dd8d8f
This commit is contained in:
Shahyar 2014-09-11 19:13:44 -04:00
parent 2909923b7e
commit c0446f683f

View file

@ -1,4 +1,7 @@
@import '../mixins.less'; @import '../mixins.less';
@import "mediawiki.mixins";
@import "mediawiki.ui/variables";
@import "mediawiki.ui/mixins";
@offset: 200px; @offset: 200px;
@chevronHeight: 11px; @chevronHeight: 11px;
@ -45,7 +48,7 @@
} }
a.mw-echo-grey-link { a.mw-echo-grey-link {
color: #6D6D6D; color: @colorTextLight;
} }
.mw-echo-notifications, .mw-echo-notifications,
@ -112,8 +115,15 @@
} }
.mw-echo-title { .mw-echo-title {
.mw-echo-title-heading, a { color: @colorTextLight;
font-weight: bold;
.mw-echo-title-heading {
color: @colorTextLight;
font-size: 1.15em;
&, a {
font-weight: bold;
}
} }
.mw-echo-title-heading, .mw-echo-title-heading,
@ -165,7 +175,7 @@
float: none; float: none;
display: table-cell; display: table-cell;
min-height: 14px; min-height: 14px;
font-size: 13px; font-size: @headerFontSize;
white-space: normal; white-space: normal;
font-weight: bold; font-weight: bold;
padding: 15px 15px 15px 45px; padding: 15px 15px 15px 45px;