Subbu1304 commited on
Commit
8687627
·
verified ·
1 Parent(s): b236ab0

Update templates/menu.html

Browse files
Files changed (1) hide show
  1. templates/menu.html +5 -4
templates/menu.html CHANGED
@@ -103,20 +103,21 @@
103
  transform: translateY(-50%);
104
  background-color: #D32F2F; /* Chilly Red color for the Add button */
105
  color: #fff;
106
- border: none;
107
  padding: 6px 18px;
108
  border-radius: 20px;
109
  display: flex;
110
  align-items: center;
111
  font-size: 14px;
112
- box-shadow: none; /* Ensure no box shadow */
 
113
  }
114
 
115
  /* Remove hover effect */
116
- .add-btn:hover {
117
  background-color: #D32F2F; /* No hover color change */
118
  border-color: #D32F2F;
119
- }
120
 
121
  /* No hover transition, keeping the same color */
122
  .add-btn i {
 
103
  transform: translateY(-50%);
104
  background-color: #D32F2F; /* Chilly Red color for the Add button */
105
  color: #fff;
106
+ border-color: #D32F2F;
107
  padding: 6px 18px;
108
  border-radius: 20px;
109
  display: flex;
110
  align-items: center;
111
  font-size: 14px;
112
+ box-shadow: none;
113
+ font-weight: bold;/* Ensure no box shadow */
114
  }
115
 
116
  /* Remove hover effect */
117
+ /* .add-btn:hover {
118
  background-color: #D32F2F; /* No hover color change */
119
  border-color: #D32F2F;
120
+ } */
121
 
122
  /* No hover transition, keeping the same color */
123
  .add-btn i {