geethareddy commited on
Commit
321ef89
·
verified ·
1 Parent(s): 1ba64c3

Update static/styles.css

Browse files
Files changed (1) hide show
  1. static/styles.css +18 -0
static/styles.css CHANGED
@@ -128,6 +128,7 @@ body {
128
  opacity: 0.9;
129
  }
130
 
 
131
  /* Horizontal scrollable ingredient list with images */
132
  .ingredients-list {
133
  max-height: 200px;
@@ -170,7 +171,24 @@ body {
170
  .ingredients-list button:hover {
171
  background-color: #45a049;
172
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
173
 
 
 
 
174
  /* Non-editable selected ingredients box */
175
  .selected-ingredients {
176
  padding: 10px;
 
128
  opacity: 0.9;
129
  }
130
 
131
+
132
  /* Horizontal scrollable ingredient list with images */
133
  .ingredients-list {
134
  max-height: 200px;
 
171
  .ingredients-list button:hover {
172
  background-color: #45a049;
173
  }
174
+ .send-button {
175
+ display: inline-block;
176
+ padding: 10px 15px;
177
+ margin-top: 10px;
178
+ background-color: #000000; /* Black background to match your image */
179
+ color: white;
180
+ border: none;
181
+ border-radius: 5px;
182
+ cursor: pointer;
183
+ transition: background-color 0.3s;
184
+ font-size: 14px;
185
+ min-width: 100px;
186
+ text-align: center;
187
+ }
188
 
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;