feat(cart): Add border and background color to cart table
This commit is contained in:
@@ -1341,6 +1341,8 @@ body#cart {
|
||||
|
||||
table {
|
||||
width: 100%;
|
||||
border: 1px solid #110e0c1a;
|
||||
background: gray;
|
||||
|
||||
thead {
|
||||
&::after {
|
||||
|
||||
Reference in New Issue
Block a user