Subbu1304 commited on
Commit
49dec4b
·
verified ·
1 Parent(s): f4b89ed

Update templates/cart.html

Browse files
Files changed (1) hide show
  1. templates/cart.html +3 -2
templates/cart.html CHANGED
@@ -110,8 +110,9 @@
110
  background-color: #4a5d68;
111
  color: #fff;
112
  }
113
- .sky-blue-icon {
114
- color: skyblue;
 
115
  }
116
 
117
  </style>
 
110
  background-color: #4a5d68;
111
  color: #fff;
112
  }
113
+ .remove-btn {
114
+ background-color: transparent; /* Remove the background */
115
+ border: none; /* Remove the border */
116
  }
117
 
118
  </style>