diff --git a/assets/card_icon.png b/assets/card_icon.png index a18db90..23291b4 100644 Binary files a/assets/card_icon.png and b/assets/card_icon.png differ diff --git a/assets/discard.png b/assets/discard.png index b57d70e..da1b9a4 100644 Binary files a/assets/discard.png and b/assets/discard.png differ diff --git a/client/scss/main.scss b/client/scss/main.scss index f0ec377..1f6c7b1 100644 --- a/client/scss/main.scss +++ b/client/scss/main.scss @@ -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 { diff --git a/client/templates/info.handlebars b/client/templates/info.handlebars index d3c24a9..37a3851 100644 --- a/client/templates/info.handlebars +++ b/client/templates/info.handlebars @@ -2,12 +2,10 @@