DSatishchandra commited on
Commit
7a6530a
·
verified ·
1 Parent(s): 0af7884

Update templates/menu.html

Browse files
Files changed (1) hide show
  1. templates/menu.html +16 -14
templates/menu.html CHANGED
@@ -41,7 +41,7 @@
41
  font-size: 0.9rem;
42
  border-radius: 20px;
43
  width: 100px;
44
- background-color: #ff6b35; /* Updated button background color */
45
  border-color: #28a745;
46
  }
47
  .btn-primary:hover {
@@ -61,7 +61,7 @@
61
  z-index: 999;
62
  }
63
  .view-cart-button {
64
- background-color: #ff6b35; /* Updated View Cart button background color */
65
  color: #fff;
66
  padding: 10px 20px;
67
  border-radius: 50px;
@@ -156,19 +156,21 @@
156
  }
157
 
158
  .search-bar-container {
159
- margin-left: 20px;
160
- margin-right: 20px;
161
- flex: 1;
162
- max-width: 400px;
163
- }
 
 
 
 
 
 
 
 
 
164
 
165
- .search-bar-container input {
166
- width: 100%;
167
- padding: 5px;
168
- font-size: 16px;
169
- border-radius: 20px;
170
- border: none;
171
- }
172
 
173
  /* Style for customization sections */
174
  .addon-section {
 
41
  font-size: 0.9rem;
42
  border-radius: 20px;
43
  width: 100px;
44
+ background-color: #0FAA39; /* Updated button background color */
45
  border-color: #28a745;
46
  }
47
  .btn-primary:hover {
 
61
  z-index: 999;
62
  }
63
  .view-cart-button {
64
+ background-color: #0FAA39; /* Updated View Cart button background color */
65
  color: #fff;
66
  padding: 10px 20px;
67
  border-radius: 50px;
 
156
  }
157
 
158
  .search-bar-container {
159
+ margin-left: 20px;
160
+ margin-right: 20px;
161
+ flex: 1;
162
+ max-width: 500px; /* Adjust the width */
163
+ display: flex;
164
+ justify-content: center;
165
+ }
166
+ .search-bar-container input {
167
+ width: 100%;
168
+ padding: 8px;
169
+ font-size: 16px;
170
+ border-radius: 20px;
171
+ border: none;
172
+ }
173
 
 
 
 
 
 
 
 
174
 
175
  /* Style for customization sections */
176
  .addon-section {