Merge branch 'resume-game' of github.com:mfrederiksen/2048 into mfrederiksen-resume-game

This commit is contained in:
Gabriele Cirulli
2014-03-22 15:35:51 +01:00
8 changed files with 125 additions and 28 deletions
+8 -1
View File
@@ -168,10 +168,17 @@ hr {
line-height: 42px;
}
.restart-button {
@include button;
display: block;
width: 100px;
margin: 10px auto 10px auto;
text-align: center;
}
// Game field mixin used to render CSS at different width
@mixin game-field {
.game-container {
margin-top: 40px;
position: relative;
padding: $grid-spacing;