/*! * VisualEditor MediaWiki UserInterface MWReferenceSearchWidget styles. * * @copyright 2011-2018 VisualEditor Team's Cite sub-team and others; see AUTHORS.txt * @license MIT */ .ve-ui-mwReferenceSearchWidget { &-citation { float: left; margin-right: 0.75em; } &-name { opacity: 0.53; /* results in #787878 which is almost exactly Gray500 */ float: right; margin-left: 0.75em; margin-bottom: 0.05em; } &-name-autogenerated { opacity: 0.2; /* results in #cccccc which is almost exactly Gray300 */ } }