mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-12 09:26:05 +00:00
Set text colors in overlay to mwui light gray, and increase title font size
Change-Id: I24f796df1abee02557db2f4817ad70c227dd8d8f
This commit is contained in:
parent
2909923b7e
commit
c0446f683f
|
@ -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,9 +115,16 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.mw-echo-title {
|
.mw-echo-title {
|
||||||
.mw-echo-title-heading, a {
|
color: @colorTextLight;
|
||||||
|
|
||||||
|
.mw-echo-title-heading {
|
||||||
|
color: @colorTextLight;
|
||||||
|
font-size: 1.15em;
|
||||||
|
|
||||||
|
&, a {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.mw-echo-title-heading,
|
.mw-echo-title-heading,
|
||||||
.plainlinks {
|
.plainlinks {
|
||||||
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue