Spaces:
Sleeping
Sleeping
Update theme.py
Browse files
theme.py
CHANGED
|
@@ -23,8 +23,7 @@ body {
|
|
| 23 |
border-radius: 24px;
|
| 24 |
border: 1px solid rgba(148, 163, 184, 0.30);
|
| 25 |
box-shadow: 0 24px 60px rgba(15, 23, 42, 0.9);
|
| 26 |
-
|
| 27 |
-
+ padding: 0; /* padding handled by inner wrapper */
|
| 28 |
}
|
| 29 |
|
| 30 |
.hero-title {
|
|
@@ -69,12 +68,22 @@ body {
|
|
| 69 |
background: #22c55e;
|
| 70 |
color: #022c22;
|
| 71 |
}
|
| 72 |
-
textarea {
|
| 73 |
background: #020617 !important;
|
| 74 |
border-radius: 18px !important;
|
| 75 |
border: 1px solid rgba(148, 163, 184, 0.35) !important;
|
| 76 |
color: #f9fafb !important;
|
| 77 |
font-size: 13px !important;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 78 |
}
|
| 79 |
@media (max-width: 900px) {
|
| 80 |
.two-col {
|
|
|
|
| 23 |
border-radius: 24px;
|
| 24 |
border: 1px solid rgba(148, 163, 184, 0.30);
|
| 25 |
box-shadow: 0 24px 60px rgba(15, 23, 42, 0.9);
|
| 26 |
+
padding: 0;
|
|
|
|
| 27 |
}
|
| 28 |
|
| 29 |
.hero-title {
|
|
|
|
| 68 |
background: #22c55e;
|
| 69 |
color: #022c22;
|
| 70 |
}
|
| 71 |
+
.gradio-container textarea {
|
| 72 |
background: #020617 !important;
|
| 73 |
border-radius: 18px !important;
|
| 74 |
border: 1px solid rgba(148, 163, 184, 0.35) !important;
|
| 75 |
color: #f9fafb !important;
|
| 76 |
font-size: 13px !important;
|
| 77 |
+
padding: 14px 16px !important;
|
| 78 |
+
line-height: 1.5 !important;
|
| 79 |
+
box-sizing: border-box !important;
|
| 80 |
+
}
|
| 81 |
+
.gradio-container textarea::placeholder {
|
| 82 |
+
color: #94a3b8 !important;
|
| 83 |
+
opacity: 1 !important;
|
| 84 |
+
}
|
| 85 |
+
.gradio-container label {
|
| 86 |
+
margin-bottom: 6px !important;
|
| 87 |
}
|
| 88 |
@media (max-width: 900px) {
|
| 89 |
.two-col {
|