Use transition-colors for brand buttons

Adjust PDF export pagination for better orphan handling

Increase dense header space to 300px for PDF export

Prevent orphan pages with fewer than 2 items in PDF export
This commit is contained in:
2025-07-30 20:39:06 -04:00
parent acc8731e09
commit 0040fae499
3 changed files with 19 additions and 20 deletions
+1 -1
View File
@@ -671,7 +671,7 @@
/* Additional Brand Utility Classes */
.btn-brand-primary {
@apply bg-gradient-to-r from-teal-500 to-teal-700 text-white shadow-lg shadow-teal-500/25 transition-all duration-300 hover:from-teal-600 hover:to-teal-800 hover:shadow-xl hover:shadow-teal-500/30;
@apply bg-gradient-to-r from-teal-500 to-teal-700 text-white shadow-lg shadow-teal-500/25 transition-colors duration-300 hover:from-teal-600 hover:to-teal-800;
}
.btn-brand-secondary {