From 7f7472499e03c241c7309f073e6e2c7a3fcab80f Mon Sep 17 00:00:00 2001
From: devfake <devfakeplus@googlemail.com>
Date: Sat, 4 Jul 2015 14:19:29 +0200
Subject: [PATCH] pass btn styling

---
 client/scss/main.scss | 13 ++++++++++++-
 1 file changed, 12 insertions(+), 1 deletion(-)

diff --git a/client/scss/main.scss b/client/scss/main.scss
index 4c58b2b..1cd84fa 100644
--- a/client/scss/main.scss
+++ b/client/scss/main.scss
@@ -102,6 +102,9 @@ $game-height: 800px;
 }
 
 .passing {
+  color: #3f4c5b;
+  margin: 10px 0 0;
+  text-transform: uppercase;
   /*
     display: none;*/
 }
@@ -151,11 +154,19 @@ $game-height: 800px;
   .button-pass {
     width: 100%;
     border: 0;
-    background: #000;
+    background: #3f4c5b;
     padding: 5px 0;
     color: #fff;
     text-transform: uppercase;
     fon-size: 15px;
+
+    &:hover {
+      background: lighten(#3f4c5b, 10%);
+    }
+
+    &:active {
+      background: #3f4c5b;
+    }
   }
 
 .game-info {