Final tweaks to Bombe svg and preloader css

This commit is contained in:
n1474335 2019-03-14 12:11:41 +00:00
parent cf32372a57
commit 33db0e666a
2 changed files with 2 additions and 11 deletions

View File

@ -160,12 +160,3 @@
transform: translate3d(0, 200px, 0);
}
}
@keyframes fadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
}