1
0
mirror of https://github.com/exane/not-gwent-online synced 2024-10-31 10:36:53 +00:00
This commit is contained in:
devfake 2015-07-04 17:42:05 +02:00
commit 3283dcdd9a

View File

@ -245,13 +245,14 @@ $game-height: 800px;
height: $game-height/2 - 140px; height: $game-height/2 - 140px;
width: 100%; width: 100%;
//border: 1px solid black; //border: 1px solid black;
background: rgba(252, 219, 125, 0.1); //background: rgba(252, 219, 125, 0.1);
background: rgba(0,0,0, .4);
position: relative; position: relative;
div { div {
margin-bottom: 5px; margin-bottom: 5px;
padding: 0; padding: 0;
font-size: 17px; font-size: 17px;
} }
.icon-hand-card { .icon-hand-card {