1/** 2 * Styles for the QC plugin 3 */ 4 5 6/* + + + + + icon in breadcrumb + + + + + */ 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/* + + + + + slideout output + + + + + */ 23.qc-output { 24 min-width: 100%; 25 width: auto; 26 font-size: 90%; 27 box-shadow: @box-shadow-bottom; 28 margin: -(@page_padding-top) -(@margin-default) 0; 29 30 .qc_icon { 31 background-color: #fff; 32 border-radius: @fix_border-radius; 33 vertical-align: top; 34 padding: .1rem; 35 } 36} 37