nagasurendra commited on
Commit
4c29d70
·
verified ·
1 Parent(s): 52b0c52

Update templates/cart.html

Browse files
Files changed (1) hide show
  1. templates/cart.html +2 -1
templates/cart.html CHANGED
@@ -237,13 +237,14 @@
237
  }
238
  .suggestion-item button {
239
  padding: 5px 15px;
240
- font-size: 0.9rem;
241
  border-radius: 5px;
242
  border: 2px solid #0FAA39;
243
  color: #0FAA39;
244
  background-color: #fff;
245
  font-weight: 600;
246
  height: 44px;
 
247
  cursor: pointer;
248
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
249
  margin-left: auto; /* Push button to the right */
 
237
  }
238
  .suggestion-item button {
239
  padding: 5px 15px;
240
+ font-size: 12px;
241
  border-radius: 5px;
242
  border: 2px solid #0FAA39;
243
  color: #0FAA39;
244
  background-color: #fff;
245
  font-weight: 600;
246
  height: 44px;
247
+ width: 100px;
248
  cursor: pointer;
249
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
250
  margin-left: auto; /* Push button to the right */