update
This commit is contained in:
@@ -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
|
||||
==========================**/
|
||||
Reference in New Issue
Block a user