2014-05-08 06:17:01 +00:00
|
|
|
/*!
|
|
|
|
* VisualEditor MediaWiki UserInterface MWParameterPage styles.
|
|
|
|
*
|
2023-12-01 16:06:11 +00:00
|
|
|
* @copyright See AUTHORS.txt
|
2014-05-08 06:17:01 +00:00
|
|
|
* @license The MIT License (MIT); see LICENSE.txt
|
|
|
|
*/
|
2024-06-07 18:18:01 +00:00
|
|
|
@import 'mediawiki.skin.variables.less';
|
2014-05-08 06:17:01 +00:00
|
|
|
|
2024-03-16 00:45:14 +00:00
|
|
|
.ve-ui-mwParameterPage {
|
|
|
|
&-inlineDescription {
|
|
|
|
max-width: 50em;
|
|
|
|
}
|
2021-04-15 10:55:09 +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-05-08 06:17:01 +00:00
|
|
|
|
2024-03-16 00:45:14 +00:00
|
|
|
&-inlineDescription > .ve-ui-expandableContent-container {
|
|
|
|
right: 0;
|
|
|
|
}
|
2022-03-21 08:53:22 +00:00
|
|
|
|
2024-03-16 00:45:14 +00:00
|
|
|
.oo-ui-textInputWidget textarea {
|
|
|
|
height: 2.5em;
|
|
|
|
}
|
2014-05-08 06:17:01 +00:00
|
|
|
}
|