mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-13 17:57:21 +00:00
5b216bfad3
Content font size should be 12.7px and this can be achieved by just applying the 127% from globalWrapper. This matches the font sizes on Special:Notifications. Change-Id: I5369231da52343029ea2cdbfc790296c2257807a
5 lines
67 B
Plaintext
5 lines
67 B
Plaintext
.mw-echo-ui-overlay {
|
|
// Match #globalWrapper
|
|
font-size: 127%;
|
|
}
|