mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-12-04 18:58:37 +00:00
c9c7c06e76
Change-Id: Ic9fad12fe4c20793dd54cb3169b9dffe3a6a18da
35 lines
650 B
Plaintext
35 lines
650 B
Plaintext
/*!
|
|
* VisualEditor MediaWiki UserInterface MWParameterPage styles.
|
|
*
|
|
* @copyright See AUTHORS.txt
|
|
* @license The MIT License (MIT); see LICENSE.txt
|
|
*/
|
|
|
|
.ve-ui-mwParameterPage {
|
|
&-info {
|
|
/* To collapse the top margin of the first <p> in the .ve-ui-mwParameterPage-doc below */
|
|
margin-bottom: -0.4em;
|
|
}
|
|
|
|
&-label {
|
|
font-size: 1.1em;
|
|
line-height: 1.705em;
|
|
}
|
|
|
|
&-doc {
|
|
line-height: 1.3em;
|
|
overflow-wrap: break-word;
|
|
}
|
|
|
|
&-inlineDescription .ve-ui-expandableContent-collapsible > :first-child {
|
|
margin-top: 0;
|
|
}
|
|
|
|
&-doc-required,
|
|
&-doc-deprecated,
|
|
&-inlineDescription &-doc-example {
|
|
font-style: italic;
|
|
color: #54595d;
|
|
}
|
|
}
|