mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-20 05:16:07 +00:00
Merge branch 'developer' into developer_mobilefirst
This commit is contained in:
+2
-5
@@ -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;
|
||||
@@ -891,7 +888,7 @@ background: rgb(92, 92, 92);
|
||||
}
|
||||
|
||||
|
||||
@keyframes example {
|
||||
@keyframes notification {
|
||||
from {right: -100%;}
|
||||
to {right: 0px;}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user