merge infinite game

This commit is contained in:
Gabriele Cirulli
2014-03-14 13:22:29 +01:00
6 changed files with 57 additions and 6 deletions
+8
View File
@@ -218,6 +218,10 @@ hr {
@include button;
margin-left: 9px;
// margin-top: 59px;
&.keep-playing-button {
display: none;
}
}
@include animation(fade-in 800ms ease $transition-speed * 12);
@@ -226,6 +230,10 @@ hr {
&.game-won {
background: rgba($tile-gold-color, .5);
color: $bright-text-color;
a.keep-playing-button {
display: inline-block;
}
}
&.game-won, &.game-over {