fix: price variant + perfoma invoice download

This commit is contained in:
hamid zarghami
2025-10-26 13:12:02 +03:30
parent 5a14c2ec24
commit 10b395577a
5 changed files with 238 additions and 13 deletions
+23
View File
@@ -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;
}
}