Spaces:
Sleeping
Sleeping
Update static/styles.css
Browse files- static/styles.css +24 -0
static/styles.css
CHANGED
@@ -191,6 +191,30 @@ body {
|
|
191 |
background-color: #1976d2;
|
192 |
}
|
193 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
194 |
@media (max-width: 768px) {
|
195 |
.chat-container { height: 100vh; margin: 0; }
|
196 |
.chat-header { font-size: 18px; }
|
|
|
191 |
background-color: #1976d2;
|
192 |
}
|
193 |
|
194 |
+
.manual-input {
|
195 |
+
padding: 5px;
|
196 |
+
border: 1px solid #ccc;
|
197 |
+
border-radius: 5px;
|
198 |
+
font-size: 14px;
|
199 |
+
width: 150px;
|
200 |
+
margin-left: 10px;
|
201 |
+
}
|
202 |
+
|
203 |
+
.dietary-button {
|
204 |
+
padding: 5px 10px;
|
205 |
+
margin-right: 5px;
|
206 |
+
border: none;
|
207 |
+
border-radius: 5px;
|
208 |
+
cursor: pointer;
|
209 |
+
font-size: 12px;
|
210 |
+
color: white;
|
211 |
+
}
|
212 |
+
|
213 |
+
.dietary-button.green { background-color: #4caf50; }
|
214 |
+
.dietary-button.red { background-color: #f44336; }
|
215 |
+
.dietary-button.gray { background-color: #9e9e9e; }
|
216 |
+
.dietary-button:hover { opacity: 0.9; }
|
217 |
+
|
218 |
@media (max-width: 768px) {
|
219 |
.chat-container { height: 100vh; margin: 0; }
|
220 |
.chat-header { font-size: 18px; }
|