Create notification for cart
This commit is contained in:
@@ -105,6 +105,19 @@
|
||||
border-radius: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
.notifications {
|
||||
position: absolute;
|
||||
z-index: 100;
|
||||
top: 72px;
|
||||
right: 0;
|
||||
|
||||
& > * {
|
||||
&:not(:last-child) {
|
||||
margin-bottom: 8px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// Intro
|
||||
|
||||
Reference in New Issue
Block a user