|
|
@ -175,7 +175,6 @@ const css = csjs` |
|
|
|
100% { transform: rotate(360deg); } |
|
|
|
100% { transform: rotate(360deg); } |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.bouncingIcon { |
|
|
|
.bouncingIcon { |
|
|
|
display: inline-block; |
|
|
|
display: inline-block; |
|
|
|
position: relative; |
|
|
|
position: relative; |
|
|
@ -215,9 +214,6 @@ const css = csjs` |
|
|
|
70% { top: -0.3em; } |
|
|
|
70% { top: -0.3em; } |
|
|
|
100% { top: 0; } |
|
|
|
100% { top: 0; } |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
` |
|
|
|
` |
|
|
|
|
|
|
|
|
|
|
|
module.exports = css |
|
|
|
module.exports = css |
|
|
|