mediawiki-extensions-Cite/modules/ve-cite/ve.ui.MWReferenceResultWidget.less
thiemowmde 16711d681b Group and nest stylesheets now they are .less files
Change-Id: Iedd9748cf9f38847ef4553459d533a67a0950645
2024-01-21 15:59:20 +01:00

29 lines
493 B
Plaintext

/*!
* VisualEditor MediaWiki UserInterface MWReferenceResultWidget styles.
*
* @copyright 2011-2018 VisualEditor Team's Cite sub-team and others; see AUTHORS.txt
* @license MIT
*/
.ve-ui-mwReferenceResultWidget {
position: relative;
padding: 1em;
border-bottom: 1px solid #eaecf0;
&:last-child {
border-bottom: 0;
}
&.oo-ui-labelElement .oo-ui-labelElement-label {
white-space: normal;
}
&-shield {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
}
}