There was an error while loading. Please reload this page.
1 parent 9891740 commit 7964c36Copy full SHA for 7964c36
1 file changed
Resources/Public/StyleSheet/ExternalImport.css
@@ -44,21 +44,6 @@ a.next {
44
border-top-right-radius: 2px;
45
}
46
47
-.sync-button svg.active {
48
- animation-name: merrygoround;
49
- animation-duration: 2s;
50
- animation-iteration-count: infinite;
51
- animation-timing-function: linear;
52
-}
53
-@keyframes merrygoround {
54
- 0% {
55
- transform: rotate(0deg);
56
- }
57
- 100% {
58
- transform: rotate(360deg);
59
60
61
-
62
.external-import-messages {
63
margin-top: 0.25rem;
64
0 commit comments