Commit 67b267a3 authored by Eric Eastwood's avatar Eric Eastwood

Revert Autodevops gear animation

Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/39798
parent f580e497
......@@ -23,16 +23,6 @@
@include webkit-prefix(animation-duration, 2s);
}
&.spin-cw {
transform-origin: center;
animation: spin 4s linear infinite;
}
&.spin-ccw {
transform-origin: center;
animation: spin 4s linear infinite reverse;
}
&.flipOutX,
&.flipOutY,
&.bounceIn,
......@@ -281,9 +271,3 @@ a {
transform: translateX(468px);
}
}
@keyframes spin {
100% {
transform: rotate(360deg);
}
}
This diff is collapsed.
---
title: Animate auto devops graphic
merge_request:
author:
type: other
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