Spaces:
Sleeping
Sleeping
Update static/styles.css
Browse files- static/styles.css +5 -4
static/styles.css
CHANGED
|
@@ -17,10 +17,11 @@ button:hover {
|
|
| 17 |
background-color: #0056b3;
|
| 18 |
}
|
| 19 |
|
| 20 |
-
.suggestion-
|
| 21 |
-
|
| 22 |
-
padding: 5px;
|
| 23 |
border: 1px solid #ccc;
|
| 24 |
-
border-radius:
|
| 25 |
background-color: #fff;
|
|
|
|
|
|
|
| 26 |
}
|
|
|
|
| 17 |
background-color: #0056b3;
|
| 18 |
}
|
| 19 |
|
| 20 |
+
.suggestion-popup {
|
| 21 |
+
padding: 20px;
|
|
|
|
| 22 |
border: 1px solid #ccc;
|
| 23 |
+
border-radius: 10px;
|
| 24 |
background-color: #fff;
|
| 25 |
+
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
|
| 26 |
+
text-align: center;
|
| 27 |
}
|