Added new component
This commit is contained in:
@@ -10,6 +10,19 @@
|
||||
bottom: 25px;
|
||||
z-index: 11;
|
||||
right: 20px;
|
||||
animation-name: showToast;
|
||||
animation-duration: 0.15s;
|
||||
animation-timing-function: ease-in-out;
|
||||
}
|
||||
@keyframes showToast {
|
||||
0% {
|
||||
opacity: 0;
|
||||
transform: translateX(100%);
|
||||
}
|
||||
100% {
|
||||
opacity: 1;
|
||||
transform: translateX(0%);
|
||||
}
|
||||
}
|
||||
.messageContainer {
|
||||
display: flex;
|
||||
|
||||
Reference in New Issue
Block a user