mediawiki-extensions-Visual.../modules/ve-mw/ui/styles/pages/ve.ui.MWTemplatePage-default.less

18 lines
333 B
Plaintext
Raw Normal View History

/*!
* VisualEditor MediaWiki UserInterface TemplatePage styles.
*
* @copyright See AUTHORS.txt
* @license The MIT License (MIT); see LICENSE.txt
*/
@import 'mediawiki.skin.variables.less';
.ve-ui-mwTemplatePage-description {
color: @color-subtle;
overflow-wrap: break-word;
&-extra,
&-missing {
font-style: italic;
}
}