Improve create process

This commit is contained in:
Peter Maquiran
2021-06-18 16:03:34 +01:00
parent a6c67bf455
commit 699898fe96
3 changed files with 26 additions and 86 deletions
+2 -5
View File
@@ -817,7 +817,6 @@ background: rgb(92, 92, 92);
top: 23px;
right: 0px;
height: 87px;
max-width: 400px;
border-radius: 9px;
-webkit-border-radius: 9px;
-moz-border-radius: 9px;
@@ -835,9 +834,7 @@ background: rgb(92, 92, 92);
background-repeat: no-repeat;
min-width: 340px;
box-shadow: 0px 2px 10px #0000003d;
display: flex;
align-items: center;
animation-name: example;
animation-name: notification;
animation-duration: 1s;
animation-timing-function: ease-in;
transition: 1s;
@@ -852,7 +849,7 @@ background: rgb(92, 92, 92);
}
@keyframes example {
@keyframes notification {
from {right: -100%;}
to {right: 0px;}
}