diff --git a/client/scss/main.scss b/client/scss/main.scss index 041a5be..6757467 100644 --- a/client/scss/main.scss +++ b/client/scss/main.scss @@ -295,7 +295,7 @@ $game-height: 800px; }*/ } -.field-discard { +.field-discard, .field-deck { background: rgba(0,0,0,.6); float: left; padding: 25px 15px; @@ -309,13 +309,20 @@ $game-height: 800px; } } -.discard-scull { - background: url(discard.png) no-repeat; +.discard-skull { + background: url("../../assets/discard.png") no-repeat; width: 35px; height: 35px; float: left; } +.icon-deck { + background: url("../../assets/card_icon.png") no-repeat; + width: 28px; + height: 40px; + float: left; +} + .card-preview { div { position: fixed; diff --git a/client/templates/battle.handlebars b/client/templates/battle.handlebars index 25cc2db..91dfbc7 100644 --- a/client/templates/battle.handlebars +++ b/client/templates/battle.handlebars @@ -72,13 +72,19 @@