scinote-web/app/assets/stylesheets/reports_pdf.scss
2016-02-12 16:52:43 +01:00

15 lines
237 B
SCSS

/**
* Additional rules when generating PDF from the reports.
*/
// Hide all glyphicons
.glyphicon {
display: none;
}
.print-report-body {
.print-report {
overflow-y: hidden !important;
overflow-x: hidden !important;
}
}