This commit is contained in:
devfake 2015-07-04 16:16:07 +02:00
parent 9be8175bf9
commit 25c0a85fa7
4 changed files with 9 additions and 8 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.1 KiB

After

Width:  |  Height:  |  Size: 21 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB

After

Width:  |  Height:  |  Size: 19 KiB

View File

@ -295,7 +295,8 @@ $game-height: 800px;
}*/
}
.field-discard, .field-deck {
.field-discard,
.field-deck {
background: rgba(0,0,0,.6);
float: left;
padding: 25px 15px;
@ -309,18 +310,20 @@ $game-height: 800px;
}
}
.discard-skull {
.field-deck {
margin: 20px 0 0 10px;
}
.discard-skull,
.icon-deck {
background: url("../../assets/discard.png") no-repeat;
width: 35px;
height: 35px;
height: 40px;
float: left;
}
.icon-deck {
background: url("../../assets/card_icon.png") no-repeat;
width: 28px;
height: 40px;
float: left;
}
.card-preview {

View File

@ -2,12 +2,10 @@
<div class="col-xs-12 col-lg-6 field-single field-leader">{{>card leader}}</div>
<div class="col-xs-12 col-lg-6">
<div class="row">
<div class="col-xs-4"></div>
<div class="col-xs-4 info-title">Points:</div>
<div class="col-xs-4 score">{{data.score}}</div>
</div>
<div class="row">
<div class="col-xs-4"><i class="icon-hand-card"></i></div>
<div class="col-xs-4 info-title">Hand:</div>
<div class="col-xs-4 hand-card">{{data.hand}}</div>
</div>