From 0ef5aa07fed3f041a556c7d6c16f5f0a3e131632 Mon Sep 17 00:00:00 2001 From: exane Date: Sat, 4 Jul 2015 17:39:24 +0200 Subject: [PATCH] removed info background change --- client/scss/main.scss | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/client/scss/main.scss b/client/scss/main.scss index 34f5256..e4a44eb 100644 --- a/client/scss/main.scss +++ b/client/scss/main.scss @@ -242,13 +242,14 @@ $game-height: 800px; height: $game-height/2 - 140px; width: 100%; //border: 1px solid black; - background: rgba(252, 219, 125, 0.1); + //background: rgba(252, 219, 125, 0.1); + background: rgba(0,0,0, .4); position: relative; div { margin-bottom: 5px; padding: 0; - font-size: 17px; + font-size: 17px; } .icon-hand-card {