We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8edf6c commit 6413102Copy full SHA for 6413102
src/App.css
@@ -73,6 +73,17 @@
73
border-radius: var(--radius-pill);
74
background: linear-gradient(135deg, #3b82f6 0%, #2563eb 50%, #1d4ed8 100%);
75
box-shadow: 0 4px 15px rgba(37, 99, 235, 0.3);
76
+ display: flex;
77
+ align-items: center;
78
+ justify-content: center;
79
+ gap: var(--spacing-md);
80
+}
81
+
82
+.generate-button:disabled {
83
+ opacity: 0.8;
84
+ cursor: wait;
85
+ transform: none !important;
86
+ box-shadow: none !important;
87
}
88
89
.generate-button:hover:not(:disabled) {
0 commit comments