✨ Show a notification when adding a product to Cart
This commit is contained in:
@@ -43,6 +43,11 @@
|
||||
// Visible state
|
||||
&.is-visible {
|
||||
transform: translate3d(0,0,0);
|
||||
|
||||
.shop-location__notifications {
|
||||
opacity: 1;
|
||||
pointer-events: auto;
|
||||
}
|
||||
}
|
||||
|
||||
// Left
|
||||
@@ -93,6 +98,9 @@
|
||||
z-index: 100;
|
||||
top: 72px;
|
||||
right: 0;
|
||||
opacity: 0;
|
||||
transition: opacity 0.7s var(--ease-quart);
|
||||
pointer-events: none;
|
||||
|
||||
& > * {
|
||||
&:not(:last-child) {
|
||||
|
||||
Reference in New Issue
Block a user