Files
2025-06-13 13:36:27 +00:00

24 lines
316 B
SCSS

//
// print.scss
//
// Used invoice page
@media print {
.topbar,
.app-sidebar,
.footer,
.page-title-box {
display: none;
}
.card,
.card-body,
.page-content,
body {
padding: 0;
border: none;
box-shadow: none;
margin: 0 !important;
}
}