This commit is contained in:
parent
e14760775b
commit
88a75e2a99
|
@ -388,7 +388,7 @@ a {
|
|||
}
|
||||
|
||||
@keyframes blink {
|
||||
0% { opacity: 1; }
|
||||
30% { opacity: 1; }
|
||||
90% { opacity: 0; }
|
||||
0% { opacity: 1; transform: scale(1); }
|
||||
30% { opacity: 1; transform: scale(1); }
|
||||
90% { opacity: 0; transform: scale(0); }
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue