mirror of
https://github.com/soconnor0919/beenvoice.git
synced 2026-05-08 17:48:55 -04:00
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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user