dokuwiki-template-sprintdoc.../css/plugins/qc.less
Michael Große 3f9d4d521a
Merge branch 'master' into pageattributes
Adjusted some more files to account for changes in the over 100 commits
in master since the creation of this branch.

SPR-869
2017-04-11 16:13:02 +02:00

24 lines
366 B
Text

/**
* Styles for the QC plugin
*/
// icon in page attributes
.page-attributes .plugin_qc {
.qc_icon {
margin: 0;
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;
}