mediawiki-extensions-Echo/modules/styles/mw.echo.ui.overlay.monobook.less
James D. Forrester 988eea9da4 build: Bump stylelint and make pass
grunt-stylelint              0.6.0  →   0.7.0
 stylelint-config-wikimedia   0.3.0  →   0.4.1

Change-Id: Id87b8df04d415e1f1058a4042a31408236402037
2017-02-17 15:41:15 -08:00

9 lines
262 B
Plaintext

.mw-echo-ui-overlay {
// We need the overlay to be adjusted for:
// #globalWrapper 127%
// .pBody 95%
// .portlet ul 95%
// .mw-echo-ui-notificationBadgeButtonPopupWidget > .oo-ui-popupWidget 0.875/0.75em
font-size: 1.27 * 0.95 * 0.95 * 0.875 / 0.75 em;
}