mediawiki-skins-Insurgency/resources/skinStyles/teleportTarget.less
Bartosz Dziewoński 5a71392192 Migrate OOUI overlay styles to #mw-teleport-target
Since T348286, OOUI elements like .oo-ui-windowManager and
.oo-ui-defaultOverlay are attached to the new #mw-teleport-target
element, and styles like font-size should be changed on that element,
so that they will also apply to Codex dialogs in the future.

Bug: T348287
Change-Id: I2cbd3298ed2494c68a2db1409e2975093e36d488
2023-10-31 21:16:12 +01:00

3 lines
66 B
Text

#mw-teleport-target {
font-size: 1.28em; /* 0.8em / x-small */
}