chore(nxdev): Remove old home screen information (#5651)

This commit is contained in:
Benjamin Cabanes 2021-05-13 13:53:57 -04:00 committed by GitHub
parent 48d2a7047a
commit 5abd640682
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 1136 deletions

View File

@ -1,13 +0,0 @@
@keyframes animateWave {
0% {
transform: scale(1, 0);
}
100% {
transform: scale(1, 1);
}
}
.wave {
transform-origin: bottom;
animation: animateWave 1000ms cubic-bezier(0.23, 1, 0.32, 1) forwards;
}

File diff suppressed because it is too large Load Diff