Add moving earth icon and Fix icons/buttons
This commit is contained in:
@@ -10,3 +10,15 @@
|
||||
box-shadow: 0 0 0 32px rgba(#fff, 0);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
** Earth icon
|
||||
*/
|
||||
.anim-earth {
|
||||
animation: moveEarth 3.5s linear infinite;
|
||||
}
|
||||
@keyframes moveEarth {
|
||||
0% { transform: translate3d(0,0,0); }
|
||||
100% { transform: translate3d(-88px, 0, 0); }
|
||||
}
|
||||
Reference in New Issue
Block a user