fix: price variant + perfoma invoice download
This commit is contained in:
@@ -282,3 +282,26 @@ textarea.place-black::placeholder {
|
||||
.rmdp-container {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
/* Print Styles */
|
||||
@media print {
|
||||
body {
|
||||
print-color-adjust: exact;
|
||||
-webkit-print-color-adjust: exact;
|
||||
padding-bottom: 0 !important;
|
||||
}
|
||||
|
||||
/* Hide all fixed elements (header, mobile menu, etc) */
|
||||
.fixed {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
/* Hide no-print class */
|
||||
.no-print {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
@page {
|
||||
margin: 1cm;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user