Create notification for cart

This commit is contained in:
2021-11-05 22:40:15 +01:00
parent 427a954a5b
commit 460fe9420c
5 changed files with 97 additions and 0 deletions

View File

@@ -105,6 +105,19 @@
border-radius: 100%;
}
}
.notifications {
position: absolute;
z-index: 100;
top: 72px;
right: 0;
& > * {
&:not(:last-child) {
margin-bottom: 8px;
}
}
}
}
// Intro