mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-11-15 11:58:44 +00:00
9055676640
Unifying variable naming to property-identifier-modifier scheme, while also collecting all non-print values variables in corresponding file. We will amend the `em` based values to calculations that will enable rendered full pixel values and also fix some connected usability issues in the future. Change-Id: I378e8a2af91fe0790708e6fb2d2e7a5718ce93c5
13 lines
249 B
Plaintext
13 lines
249 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: @font-size-base;
|
|
}
|