Files
djangocms/static/admin/assets/scss/components/_print.scss
2024-11-20 12:56:32 +07:00

50 lines
825 B
SCSS

/**=====================
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
==========================**/