Skip to content
Snippets Groups Projects
Commit 1f7c0ad8 authored by Eugen's avatar Eugen Committed by GitHub
Browse files

Merge pull request #464 from blackle/backflip

Make boost button spin around
parents 777f527d a67ffcbf
No related branches found
No related tags found
No related merge requests found
app/assets/images/boost_sprite.png

1.71 KiB

...@@ -662,3 +662,21 @@ ...@@ -662,3 +662,21 @@
border-bottom-color: #2b90d9; border-bottom-color: #2b90d9;
} }
} }
button i.fa-retweet {
height: 19px;
width: 24px;
background: image-url('boost_sprite.png') no-repeat;
background-position: 0 0;
transition: background-position 0.9s steps(11);
transition-duration: 0s;
&::before {
display: none !important;
}
}
button.active i.fa-retweet {
transition-duration: 0.9s;
background-position: 0 -209px;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment