mediawiki-extensions-Cite/modules/ve-cite/ve.ui.MWReferenceDialog.less
Ed Sanders 9b9eccc21b ve-cite: Simplify LESS files with nesting
Change-Id: I7a8ec9fceb3563a4561afd95e18a5667a363a1ab
2023-03-28 11:06:14 +00:00

24 lines
388 B
Plaintext

/*!
* VisualEditor MediaWiki UserInterface MWReferenceDialog styles.
*
* @copyright 2011-2019 VisualEditor Team's Cite sub-team and others; see AUTHORS.txt
* @license MIT
*/
.ve-ui-mwReferenceDialog-reuseWarning {
display: table;
margin-bottom: 1em;
> * {
display: table-cell;
}
> :first-child {
background-position: top;
}
> :last-child {
padding-left: 0.5em;
}
}