Spaces:
Running
Running
Update static/app.css
Browse files- static/app.css +1 -3
static/app.css
CHANGED
@@ -12,7 +12,6 @@ html, body {
|
|
12 |
display: flex;
|
13 |
flex-direction: column;
|
14 |
}
|
15 |
-
/* Drag & Drop Feedback */
|
16 |
.drag-active {
|
17 |
background-color: rgba(0, 150, 255, 0.1) !important;
|
18 |
border: 2px dashed #1ec9f3 !important;
|
@@ -127,7 +126,7 @@ em {
|
|
127 |
display: flex;
|
128 |
gap: 40px;
|
129 |
font-size: 20px;
|
130 |
-
color:
|
131 |
align-items: center;
|
132 |
cursor: pointer;
|
133 |
}
|
@@ -203,7 +202,6 @@ em {
|
|
203 |
background-color: #dc2626;
|
204 |
}
|
205 |
|
206 |
-
/* Optional: Highlight drop area */
|
207 |
.convo.drag-over {
|
208 |
outline: 2px dashed #3b82f6;
|
209 |
background-color: #e0f2fe;
|
|
|
12 |
display: flex;
|
13 |
flex-direction: column;
|
14 |
}
|
|
|
15 |
.drag-active {
|
16 |
background-color: rgba(0, 150, 255, 0.1) !important;
|
17 |
border: 2px dashed #1ec9f3 !important;
|
|
|
126 |
display: flex;
|
127 |
gap: 40px;
|
128 |
font-size: 20px;
|
129 |
+
color: black;
|
130 |
align-items: center;
|
131 |
cursor: pointer;
|
132 |
}
|
|
|
202 |
background-color: #dc2626;
|
203 |
}
|
204 |
|
|
|
205 |
.convo.drag-over {
|
206 |
outline: 2px dashed #3b82f6;
|
207 |
background-color: #e0f2fe;
|