feat: implement cart overlay and dropdown with styling for improved user experience
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
:host {
|
||||
display: block;
|
||||
width: 100%;
|
||||
max-width: 370px;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
@@ -59,3 +58,8 @@
|
||||
font-size: 15px;
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
.cart-actions {
|
||||
display: flex;
|
||||
gap: 12px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user