Spaces:
Running
Running
Upload app.py
Browse files
app.py
CHANGED
@@ -289,7 +289,7 @@ body {
|
|
289 |
padding: 15px !important;
|
290 |
border-radius: 10px !important;
|
291 |
margin: 0 !important;
|
292 |
-
height:
|
293 |
}
|
294 |
.lng-background {
|
295 |
background-color: #FFF5CD !important;
|
@@ -316,6 +316,10 @@ body {
|
|
316 |
border-radius: 10px !important;
|
317 |
margin: 0 !important;
|
318 |
}
|
|
|
|
|
|
|
|
|
319 |
.api-background {
|
320 |
background-color: #FFCFB3 !important;
|
321 |
padding: 15px !important;
|
|
|
289 |
padding: 15px !important;
|
290 |
border-radius: 10px !important;
|
291 |
margin: 0 !important;
|
292 |
+
height: 140px !important;
|
293 |
}
|
294 |
.lng-background {
|
295 |
background-color: #FFF5CD !important;
|
|
|
316 |
border-radius: 10px !important;
|
317 |
margin: 0 !important;
|
318 |
}
|
319 |
+
.clear-button:hover {
|
320 |
+
background-color: #FFA07A !important;
|
321 |
+
transform: scale(1.05);
|
322 |
+
}
|
323 |
.api-background {
|
324 |
background-color: #FFCFB3 !important;
|
325 |
padding: 15px !important;
|