This commit is contained in:
2024-12-13 08:31:39 +07:00
parent 1ead9da097
commit 5bdf96851e
3554 changed files with 400518 additions and 83328 deletions
@@ -0,0 +1,49 @@
/**=====================
77. Print CSS Start
==========================**/
@media print {
.sidebar-wrapper, .page-header {
display: none;
}
.page-body {
margin: 0;
}
.page-wrapper {
.page-title {
visibility: hidden;
}
.page-body-wrapper {
.page-title {
display: none;
}
}
&.compact-wrapper {
.page-body-wrapper {
.page-body {
margin: 0;
}
}
}
}
table.fixedHeader-floating {
display: none;
}
}
.invoice-table{
margin-top: 16px;
margin-bottom: 16px;
}
.invoice{
.text-right{
input{
margin-top: 6px;
}
}
.media {
align-items: center;
}
}
/**=====================
77. Print CSS Ends
==========================**/