mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-09 00:49:07 +08:00
15 lines
237 B
SCSS
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;
|
||
|
}
|
||
|
}
|