1/** 2 * Styles for the QC plugin 3 */ 4 5 6/* + + + + + icon in page attributes3 + + + + + */ 7 8.page-attributes .plugin_qc { 9 .qc_icon { 10 margin: 0; 11 12 svg { 13 margin-top: .1em; 14 width: 1.6em; 15 height: 1.6em; 16 font-size: (@font-size-small - .06); 17 } 18 } 19} 20 21 22// output 23.qc-output { 24 font-size: 90%; 25 border-bottom: 1px solid @ini_border; 26} 27