mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-15 10:35:48 +00:00
5461c56380
Change-Id: Ia41a08424f840d353eb7fc213815f7992da4a2ef
13 lines
344 B
CSS
13 lines
344 B
CSS
/*!
|
|
* VisualEditor MediaWiki Initialization edit switching styles.
|
|
*
|
|
* @copyright 2011-2019 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;
|
|
}
|