2014-02-26 00:29:13 +00:00
|
|
|
/*!
|
2014-03-18 20:52:39 +00:00
|
|
|
* VisualEditor MediaWiki UserInterface MWParameterPage styles.
|
2014-02-26 00:29:13 +00:00
|
|
|
*
|
2023-12-01 16:06:11 +00:00
|
|
|
* @copyright See AUTHORS.txt
|
2014-02-26 00:29:13 +00:00
|
|
|
* @license The MIT License (MIT); see LICENSE.txt
|
|
|
|
*/
|
2024-06-07 18:18:01 +00:00
|
|
|
@import 'mediawiki.skin.variables.less';
|
2014-02-26 00:29:13 +00:00
|
|
|
|
2024-03-16 00:45:14 +00:00
|
|
|
.ve-ui-mwParameterPage {
|
|
|
|
&-info {
|
|
|
|
/* To collapse the top margin of the first <p> in the .ve-ui-mwParameterPage-doc below */
|
|
|
|
margin-bottom: -0.4em;
|
|
|
|
}
|
2014-02-26 00:29:13 +00:00
|
|
|
|
2024-03-16 00:45:14 +00:00
|
|
|
&-label {
|
|
|
|
font-size: 1.1em;
|
|
|
|
line-height: 1.705em;
|
|
|
|
}
|
2014-02-26 00:29:13 +00:00
|
|
|
|
2024-03-16 00:45:14 +00:00
|
|
|
&-doc {
|
|
|
|
line-height: 1.3em;
|
|
|
|
overflow-wrap: break-word;
|
|
|
|
}
|
2014-02-26 00:29:13 +00:00
|
|
|
|
2024-03-16 00:45:14 +00:00
|
|
|
&-inlineDescription .ve-ui-expandableContent-collapsible > :first-child {
|
|
|
|
margin-top: 0;
|
|
|
|
}
|
2021-06-26 13:27:52 +00:00
|
|
|
|
2024-03-16 00:45:14 +00:00
|
|
|
&-doc-required,
|
|
|
|
&-doc-deprecated,
|
|
|
|
&-inlineDescription &-doc-example {
|
|
|
|
font-style: italic;
|
2024-06-07 18:18:01 +00:00
|
|
|
color: @color-subtle;
|
2024-03-16 00:45:14 +00:00
|
|
|
}
|
2014-02-26 00:29:13 +00:00
|
|
|
}
|