about summary refs log tree commit diff
path: root/app/assets/stylesheets/components.scss
diff options
context:
space:
mode:
authorEugen Rochko <eugen@zeonfederated.com>2017-01-24 14:28:54 +0100
committerEugen Rochko <eugen@zeonfederated.com>2017-01-24 14:28:54 +0100
commitb06a375ee49e80279b1a9529d1ca892548e55fc7 (patch)
tree8a48ce38d47351bc3739cebd3672d40c98763807 /app/assets/stylesheets/components.scss
parent21c209636d12ea601379e7abd3d370ad0d22ea18 (diff)
parent4f3264d2912d1b70a22099f1c713691f91ba890d (diff)
Merge branch 'blackle-boostspin'
Diffstat (limited to 'app/assets/stylesheets/components.scss')
-rw-r--r--app/assets/stylesheets/components.scss7
1 files changed, 4 insertions, 3 deletions
diff --git a/app/assets/stylesheets/components.scss b/app/assets/stylesheets/components.scss
index 73d1acccd..e1710580c 100644
--- a/app/assets/stylesheets/components.scss
+++ b/app/assets/stylesheets/components.scss
@@ -663,12 +663,13 @@
   }
 }
 
+@import 'boost';
+
 button i.fa-retweet {
   height: 19px;
   width: 22px;
-  background: image-url('boost_sprite.png') no-repeat;
   background-position: 0 0;
-  transition: background-position 0.9s steps(11);
+  transition: background-position 0.9s steps(10);
   transition-duration: 0s;
 
   &::before {
@@ -678,7 +679,7 @@ button i.fa-retweet {
 
 button.active i.fa-retweet {
   transition-duration: 0.9s;
-  background-position: 0 -209px;
+  background-position: 0 100%;
 }
 
 .status-card {