dokuwiki-template-sprintdoc.../css/plugins/qc.less
Andreas Gohr fbf9e9d682 integrate QC plugin (ajax branch)
This refactors the page-attribute area a bit and intergrates the new
ajax branch of the QC plugin. I'm not really happy about the included
file - it should probably be moved to our Template class instead.
2017-03-09 16:15:10 +01:00

26 lines
407 B
Text

/**
* Styles for the QC plugin
*/
// icon in page attributes
.page-attributes .plugin_qc {
.qc_icon {
margin: 0;
width: 2em;
height: 2em;
svg {
margin-top: 0.1em;
margin-left: 0.1em;
width: 1.6em;
height: 1.6em;
}
}
}
// output
.qc-output {
font-size: 90%;
border-bottom: 1px solid @ini_border;
}