add twitter sharing to game over screen

This commit is contained in:
Gabriele Cirulli
2014-03-10 12:09:35 +01:00
parent c84ebb04b5
commit 06fa37b0ae
4 changed files with 34 additions and 1 deletions
+6
View File
@@ -192,6 +192,12 @@ hr {
margin-top: 59px;
}
.score-sharing {
display: inline-block;
vertical-align: middle;
margin-left: 10px;
}
@include animation(fade-in 800ms ease $transition-speed * 12);
@include animation-fill-mode(both);