mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-12-04 03:59:53 +00:00
882ed44615
mw-teleport-target is used for UI components (popups) that are part of the interface, not the content, so should not change when the user changes their content font size. Bug: T373875 Change-Id: If2fa517499a00e726076035cd6d94ad4a6642b30
6 lines
95 B
Plaintext
6 lines
95 B
Plaintext
@import 'mediawiki.skin.variables.less';
|
|
|
|
.mw-teleport-target {
|
|
font-size: @font-size-base;
|
|
}
|