Update templates/menu.html
#1
by
nagasurendra
- opened
- templates/menu.html +5 -5
templates/menu.html
CHANGED
@@ -41,17 +41,17 @@
|
|
41 |
font-size: 0.9rem;
|
42 |
border-radius: 20px;
|
43 |
width: 100px;
|
44 |
-
background-color: #
|
45 |
border-color: #28a745;
|
46 |
}
|
47 |
.btn-primary:hover {
|
48 |
-
background-color: #
|
49 |
-
border-color: #
|
50 |
}
|
51 |
.btn-primary:active,
|
52 |
.btn-primary:focus {
|
53 |
background-color: #4a5d68;
|
54 |
-
border-color: #
|
55 |
box-shadow: none;
|
56 |
}
|
57 |
.view-cart-container {
|
@@ -61,7 +61,7 @@
|
|
61 |
z-index: 999;
|
62 |
}
|
63 |
.view-cart-button {
|
64 |
-
background-color: #
|
65 |
color: #fff;
|
66 |
padding: 10px 20px;
|
67 |
border-radius: 50px;
|
|
|
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 {
|
48 |
+
background-color: #0FAA39;
|
49 |
+
border-color: #ffffff;
|
50 |
}
|
51 |
.btn-primary:active,
|
52 |
.btn-primary:focus {
|
53 |
background-color: #4a5d68;
|
54 |
+
border-color: #ffffff;
|
55 |
box-shadow: none;
|
56 |
}
|
57 |
.view-cart-container {
|
|
|
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;
|