first commit

This commit is contained in:
CHIEFSOFT\ameye
2024-01-25 13:06:29 -05:00
commit 346346573f
1362 changed files with 343729 additions and 0 deletions
+40
View File
@@ -0,0 +1,40 @@
//
// 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;
}
}
}