Spaces:
Sleeping
Sleeping
Update static/styles.css
Browse files- static/styles.css +7 -5
static/styles.css
CHANGED
|
@@ -128,7 +128,6 @@ body {
|
|
| 128 |
opacity: 0.9;
|
| 129 |
}
|
| 130 |
|
| 131 |
-
|
| 132 |
/* Horizontal scrollable ingredient list with images */
|
| 133 |
.ingredients-list {
|
| 134 |
max-height: 200px;
|
|
@@ -171,11 +170,13 @@ body {
|
|
| 171 |
.ingredients-list button:hover {
|
| 172 |
background-color: #45a049;
|
| 173 |
}
|
|
|
|
|
|
|
| 174 |
.send-button {
|
| 175 |
-
display:
|
| 176 |
-
padding: 10px
|
| 177 |
-
margin
|
| 178 |
-
background-color: #000000; /* Black background
|
| 179 |
color: white;
|
| 180 |
border: none;
|
| 181 |
border-radius: 5px;
|
|
@@ -189,6 +190,7 @@ body {
|
|
| 189 |
.send-button:hover {
|
| 190 |
background-color: #333333; /* Darker shade on hover */
|
| 191 |
}
|
|
|
|
| 192 |
/* Non-editable selected ingredients box */
|
| 193 |
.selected-ingredients {
|
| 194 |
padding: 10px;
|
|
|
|
| 128 |
opacity: 0.9;
|
| 129 |
}
|
| 130 |
|
|
|
|
| 131 |
/* Horizontal scrollable ingredient list with images */
|
| 132 |
.ingredients-list {
|
| 133 |
max-height: 200px;
|
|
|
|
| 170 |
.ingredients-list button:hover {
|
| 171 |
background-color: #45a049;
|
| 172 |
}
|
| 173 |
+
|
| 174 |
+
/* Send button styling to match the image */
|
| 175 |
.send-button {
|
| 176 |
+
display: block;
|
| 177 |
+
padding: 10px 20px;
|
| 178 |
+
margin: 10px auto 0;
|
| 179 |
+
background-color: #000000; /* Black background as per image */
|
| 180 |
color: white;
|
| 181 |
border: none;
|
| 182 |
border-radius: 5px;
|
|
|
|
| 190 |
.send-button:hover {
|
| 191 |
background-color: #333333; /* Darker shade on hover */
|
| 192 |
}
|
| 193 |
+
|
| 194 |
/* Non-editable selected ingredients box */
|
| 195 |
.selected-ingredients {
|
| 196 |
padding: 10px;
|