Revert Autodevops gear animation
Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/39798
This commit is contained in:
parent
f580e49713
commit
67b267a31f
3 changed files with 2 additions and 23 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
File diff suppressed because one or more lines are too long
Before Width: | Height: | Size: 24 KiB After Width: | Height: | Size: 24 KiB |
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
title: Animate auto devops graphic
|
||||
merge_request:
|
||||
author:
|
||||
type: other
|
Loading…
Reference in a new issue