1
0
mirror of https://github.com/exane/not-gwent-online synced 2024-11-23 19:36:53 +00:00

change board size

This commit is contained in:
exane 2015-07-04 13:04:32 +02:00
parent b157dedb5e
commit d18af4903e

View File

@ -118,13 +118,15 @@ $game-height: 800px;
} }
.game-info { .game-info {
height: $game-height/2 - 100px; height: $game-height/2 - 140px;
width: 100%; width: 100%;
//border: 1px solid black; //border: 1px solid black;
background: rgba(252, 219, 125, 0.51); background: rgba(252, 219, 125, 0.51);
div { div {
margin-bottom: 5px; margin-bottom: 5px;
text-align: center;
} }
.icon-hand-card { .icon-hand-card {
@ -138,7 +140,7 @@ $game-height: 800px;
} }
.removeBackground { .removeBackground {
background: 0; background: rgba(19, 19, 19, 0.29);
} }
.mid-line { .mid-line {
@ -150,7 +152,7 @@ $game-height: 800px;
.right-side { .right-side {
border: 1px solid black; border: 1px solid black;
height: $game-height/2; height: $height/2;
} }
.field { .field {