File tree Expand file tree Collapse file tree 1 file changed +5
-7
lines changed
public/assets/extensions/blueprint Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Original file line number Diff line number Diff line change 11@keyframes notification {
2- 0% {right : -300px ;opacity : 0 ;background-color : # 2a3743 ;display : none;}
3- 1% {right : -300px ;opacity : 0 ;background-color : # 2a3743 ;display : inline;}
4- 10% {right : 12px ;opacity : 1 ;background-color : # 1f2933 ;display : inline;}
5- 90% {right : 12px ;opacity : 1 ;background-color : # 1f2933 ;display : inline;}
6- 99% {right : -300px ;opacity : 0 ;background-color : # 2a3743 ;display : inline;}
7- 100% {right : -300px ;opacity : 0 ;background-color : # 2a3743 ;display : none;}
2+ 0% {right : -300px ;top : 62px ;opacity : 0 ;background-color : # 2a3743 ;}
3+ 10% {right : 12px ;top : 62px ;opacity : 1 ;background-color : # 1f2933 ;}
4+ 90% {right : 12px ;top : 62px ;opacity : 1 ;background-color : # 1f2933 ;}
5+ 100% {right : -300px ;top : 62px ;opacity : 0 ;background-color : # 2a3743 ;}
86}
97
108.notification {
119 opacity : 0 ;
1210 position : fixed;
13- right : 12 px ;
11+ right : -300 px ;
1412 top : 62px ;
1513 height : auto;
1614 width : 300px ;
You can’t perform that action at this time.
0 commit comments