36 lines
675 B
Text
36 lines
675 B
Text
/**
|
|
* Styles for the QC plugin
|
|
*/
|
|
|
|
|
|
/* + + + + + icon in breadcrumb + + + + + */
|
|
|
|
.page-attributes .plugin_qc {
|
|
.qc_icon {
|
|
margin: 0;
|
|
|
|
svg {
|
|
margin-top: .1em;
|
|
width: 1.6em;
|
|
height: 1.6em;
|
|
font-size: (@font-size-small - .06);
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
/* + + + + + slideout output + + + + + */
|
|
.qc-output {
|
|
min-width: 100%;
|
|
width: auto;
|
|
font-size: 90%;
|
|
box-shadow: @box-shadow-bottom;
|
|
margin: -(@page_padding-top) -(@margin-default) 0;
|
|
|
|
.qc_icon {
|
|
background-color: #fff;
|
|
border-radius: @fix_border-radius;
|
|
vertical-align: top;
|
|
padding: .1rem;
|
|
}
|
|
}
|