Files
CHIEFSOFT\ameye 346346573f first commit
2024-01-25 13:06:29 -05:00

40 lines
587 B
SCSS

//
// print.scss
//
// Used invoice page
@media print {
.vertical-menu,
.right-bar,
.page-title-box,
.navbar-header,
.page-topbar,
.top-tagbar,
.app-menu,
.footer,
#back-to-top,
.modal-header {
display: none !important;
}
.card-body,
.main-content,
.right-bar,
.page-content,
body {
padding: 0;
margin: 0;
}
.card {
border: 0;
box-shadow: none !important;
}
.modal-dialog {
&.modal-custom-size {
max-width: 100% !important;
}
}
}