From 625693b7b9b06b8b8152b5f2eb227f2bc48d8ff6 Mon Sep 17 00:00:00 2001 From: devfake Date: Sat, 4 Jul 2015 15:25:15 +0200 Subject: [PATCH] discard styling --- client/scss/main.scss | 18 +++++++++++++++++- client/templates/battle.handlebars | 4 ++-- 2 files changed, 19 insertions(+), 3 deletions(-) diff --git a/client/scss/main.scss b/client/scss/main.scss index 1cd84fa..39700da 100644 --- a/client/scss/main.scss +++ b/client/scss/main.scss @@ -84,7 +84,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; @@ -291,6 +291,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