diff --git a/client/scss/main.scss b/client/scss/main.scss index 218e991..c0d5689 100644 --- a/client/scss/main.scss +++ b/client/scss/main.scss @@ -88,7 +88,7 @@ $game-height: 800px; bottom: 0; left: 0; width: 100%; - background: rgba(6, 13, 22, .7); + background: rgba(6, 13, 22, .8); height: 110px; z-index: 20; @@ -295,6 +295,22 @@ $game-height: 800px; }*/ } +.field-discard { + background-color: rgba(0,0,0,.6); + float: left; + padding: 25px 15px; + width: auto; + cursor: pointer; + margin: 20px 0; +} + +.discard-scull { + background: url(discard.png) no-repeat; + width: 35px; + height: 35px; + float: left; +} + .card-preview { div { position: fixed; diff --git a/client/templates/battle.handlebars b/client/templates/battle.handlebars index 085a39f..25cc2db 100644 --- a/client/templates/battle.handlebars +++ b/client/templates/battle.handlebars @@ -73,12 +73,12 @@
- discard deck +
- discard deck +
\ No newline at end of file