feat(cart): implement add to cart functionality and display empty cart message
This commit is contained in:
@@ -31,8 +31,6 @@
|
||||
display: block;
|
||||
}
|
||||
|
||||
|
||||
|
||||
&::-webkit-scrollbar {
|
||||
width: 6px;
|
||||
}
|
||||
@@ -43,6 +41,15 @@
|
||||
}
|
||||
}
|
||||
|
||||
.cart-empty-message {
|
||||
align-self: center;
|
||||
margin: 0;
|
||||
padding: 24px;
|
||||
color: #a0a0a0;
|
||||
font-size: 14px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.cart-footer {
|
||||
padding: 8px 22px 14px 24px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user