This repository has been archived on 2024-12-01. You can view files and clone it, but cannot push or open issues or pull requests.
factuges_web/www/themes/factuges/assets/css/print.css

35 lines
362 B
CSS
Raw Normal View History

/***
Import fonts
***/
.header {
display: none;
}
.page-sidebar {
display: none;
}
.color-panel {
display: none;
}
.hidden-print {
display: none;
}
.footer {
display: none;
}
.no-page-break {
page-break-after: avoid;
}
.page-container {
margin: 0px;
padding: 0px;
}
.page-content {
min-height: auto !important;
}