mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-12-04 18:58:37 +00:00
c9c7c06e76
Change-Id: Ic9fad12fe4c20793dd54cb3169b9dffe3a6a18da
26 lines
562 B
Plaintext
26 lines
562 B
Plaintext
/*!
|
|
* VisualEditor MediaWiki UserInterface TemplatePage styles.
|
|
*
|
|
* @copyright See AUTHORS.txt
|
|
* @license The MIT License (MIT); see LICENSE.txt
|
|
*/
|
|
|
|
.ve-ui-mwTransclusionDialog {
|
|
&-multipart-message {
|
|
/* This top/bottom margin is meant to collapse with the next one */
|
|
margin: 48px 0 20px 0;
|
|
}
|
|
|
|
&-template-note {
|
|
margin-top: 16px;
|
|
}
|
|
}
|
|
|
|
.ve-ui-mwTwoPaneTransclusionDialogLayout-stackLayout > .oo-ui-panelLayout {
|
|
&.ve-ui-mwParameterPage,
|
|
&.ve-ui-mwAddParameterPage {
|
|
/* Tighter margins within a group of parameters. */
|
|
margin-top: 20px;
|
|
}
|
|
}
|