Unverified Commit 6d0701fc by Jason Song Committed by GitHub

Merge pull request #1188 from nobodyiam/remove-animation-for-login-page

remove animation for login page
parents 3c93d164 d3cd6939
...@@ -22,32 +22,6 @@ ...@@ -22,32 +22,6 @@
background: -webkit-linear-gradient(left, #22d686, #24d3d3, #22d686, #24d3d3); background: -webkit-linear-gradient(left, #22d686, #24d3d3, #22d686, #24d3d3);
background: linear-gradient(to right, #22d686, #24d3d3, #22d686, #24d3d3); background: linear-gradient(to right, #22d686, #24d3d3, #22d686, #24d3d3);
background-size: 600% 100%; background-size: 600% 100%;
-webkit-animation: HeroBG 20s ease infinite;
animation: HeroBG 20s ease infinite;
}
@-webkit-keyframes HeroBG {
0% {
background-position: 0 0;
}
50% {
background-position: 100% 0;
}
100% {
background-position: 0 0;
}
}
@keyframes HeroBG {
0% {
background-position: 0 0;
}
50% {
background-position: 100% 0;
}
100% {
background-position: 0 0;
}
} }
.panel { .panel {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment