mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-11-05 22:32:58 +00:00
1f9f35e3f8
Everything is 14px (0.875em) now. This overrides 0.8em from MW core. Bug: T97631 Change-Id: I978de29a082768ecebbc1750a8d09481998979a8
13 lines
252 B
Plaintext
13 lines
252 B
Plaintext
@import '../variables.less';
|
|
|
|
.oo-ui-defaultOverlay,
|
|
.skin-vector .oo-ui-windowManager-modal > .oo-ui-dialog,
|
|
.skin-vector .ve-ui-overlay-global {
|
|
z-index: 101;
|
|
}
|
|
|
|
body > .oo-ui-windowManager,
|
|
.oo-ui-defaultOverlay {
|
|
font-size: @content-font-size;
|
|
}
|