Spaces:
Sleeping
Sleeping
Upload folder using huggingface_hub
Browse files
app.py
CHANGED
|
@@ -390,18 +390,22 @@ label, .gr-label, .label-wrap, span.svelte-1gfkn6j {
|
|
| 390 |
}
|
| 391 |
|
| 392 |
/* Button styling */
|
| 393 |
-
.gr-button-primary {
|
| 394 |
-
background: linear-gradient(135deg, #
|
| 395 |
border: none !important;
|
| 396 |
font-size: 1.2rem !important;
|
| 397 |
padding: 15px 30px !important;
|
| 398 |
transition: all 0.3s ease !important;
|
| 399 |
color: #ffffff !important;
|
|
|
|
|
|
|
|
|
|
| 400 |
}
|
| 401 |
|
| 402 |
-
.gr-button-primary:hover {
|
| 403 |
transform: translateY(-2px) !important;
|
| 404 |
-
box-shadow: 0 10px 40px -10px #
|
|
|
|
| 405 |
}
|
| 406 |
|
| 407 |
/* Card/Box styling */
|
|
|
|
| 390 |
}
|
| 391 |
|
| 392 |
/* Button styling */
|
| 393 |
+
.gr-button-primary, button.primary {
|
| 394 |
+
background: linear-gradient(135deg, #059669 0%, #0891b2 50%, #7c3aed 100%) !important;
|
| 395 |
border: none !important;
|
| 396 |
font-size: 1.2rem !important;
|
| 397 |
padding: 15px 30px !important;
|
| 398 |
transition: all 0.3s ease !important;
|
| 399 |
color: #ffffff !important;
|
| 400 |
+
font-weight: 700 !important;
|
| 401 |
+
text-shadow: 0 1px 2px rgba(0,0,0,0.3) !important;
|
| 402 |
+
letter-spacing: 0.5px !important;
|
| 403 |
}
|
| 404 |
|
| 405 |
+
.gr-button-primary:hover, button.primary:hover {
|
| 406 |
transform: translateY(-2px) !important;
|
| 407 |
+
box-shadow: 0 10px 40px -10px #05966977 !important;
|
| 408 |
+
background: linear-gradient(135deg, #047857 0%, #0e7490 50%, #6d28d9 100%) !important;
|
| 409 |
}
|
| 410 |
|
| 411 |
/* Card/Box styling */
|