mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-12-03 18:36:20 +00:00
2c77e88d2c
Change-Id: I30539877543dc2a57bd1428a00d10ac46d8fc294
13 lines
344 B
CSS
13 lines
344 B
CSS
/*!
|
|
* VisualEditor MediaWiki Initialization edit switching styles.
|
|
*
|
|
* @copyright 2011-2020 VisualEditor Team and others; see AUTHORS.txt
|
|
* @license The MIT License (MIT); see LICENSE.txt
|
|
*/
|
|
|
|
/* stylelint-disable-next-line selector-class-pattern */
|
|
.wikiEditor-ui-toolbar .ve-init-mw-editSwitch {
|
|
/* 12.8/12.7 */
|
|
font-size: 1.00787em;
|
|
}
|