26 lines
410 B
Text
26 lines
410 B
Text
/**
|
|
* Styles for the QC plugin
|
|
*/
|
|
|
|
|
|
/* + + + + + icon in page attributes3 + + + + + */
|
|
|
|
.page-attributes .plugin_qc {
|
|
.qc_icon {
|
|
margin: 0;
|
|
|
|
svg {
|
|
margin-top: .1em;
|
|
width: 1.6em;
|
|
height: 1.6em;
|
|
font-size: (@font-size-small - .06);
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
// output
|
|
.qc-output {
|
|
font-size: 90%;
|
|
border-bottom: 1px solid @ini_border;
|
|
}
|