This commit is contained in:
Dwi Swandhana
2026-06-09 08:56:30 +07:00
parent fb6e11c0e6
commit b793755d95
1851 changed files with 344010 additions and 2 deletions

No files matched your search

+29
View File
@@ -0,0 +1,29 @@
/* =============
Print css
============= */
@media print {
.page-title-box,.topbar-left,.hidden-print,.breadcrumb,.page-title,.footer,#topnav {
display: none;
margin: 0;
padding: 0;
}
.left,.right-bar {
display: none;
}
.content {
margin-top: 0;
padding-top: 0;
}
.content-page {
margin-left: 0;
margin-top: 0;
}
.card-box,body {
border: none;
padding: 0;
margin-bottom: 0;
}
}