1
0
mirror of https://github.com/exane/not-gwent-online synced 2025-09-22 14:49:06 +00:00

Merge remote-tracking branch 'origin/master'

This commit is contained in:
exane
2015-07-04 16:18:30 +02:00
4 changed files with 9 additions and 8 deletions

View File

@@ -311,7 +311,8 @@ $game-height: 800px;
}*/
}
.field-discard, .field-deck {
.field-discard,
.field-deck {
background: rgba(0,0,0,.6);
float: left;
padding: 25px 15px;
@@ -325,18 +326,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 {