diff --git a/src/app.css b/src/app.css index 7d3cc2cf..7f0053a2 100644 --- a/src/app.css +++ b/src/app.css @@ -32,14 +32,6 @@ -ms-overflow-style: -ms-autohiding-scrollbar; } -@utility shake-ticker { - &:hover img { - animation-name: shake; - animation-duration: 0.5s; - animation-iteration-count: infinite; - animation-timing-function: ease-in-out; - } -} @layer utilities { @@ -51,25 +43,3 @@ } } - -@layer utilities { - - @keyframes shake { - 0% { - transform: rotate(0deg); - } - 25% { - transform: rotate(10deg); - } - 50% { - transform: rotate(0deg); - } - 75% { - transform: rotate(-10deg); - } - 100% { - transform: rotate(0deg); - } - } -} - diff --git a/src/lib/components/AddToWatchlist.svelte b/src/lib/components/AddToWatchlist.svelte index cb0ab50b..03c329a3 100644 --- a/src/lib/components/AddToWatchlist.svelte +++ b/src/lib/components/AddToWatchlist.svelte @@ -1,4 +1,25 @@ - - -
Add to Watchlist
- \ No newline at end of file +Add to Watchlist
+ diff --git a/src/lib/components/AnalystCard.svelte b/src/lib/components/AnalystCard.svelte index 91fa1d6d..6c84d0e9 100644 --- a/src/lib/components/AnalystCard.svelte +++ b/src/lib/components/AnalystCard.svelte @@ -64,12 +64,10 @@