From 862c18c408e2c7b05b7b6292cf956c39a2f7dd32 Mon Sep 17 00:00:00 2001 From: exane Date: Sun, 5 Jul 2015 11:22:54 +0200 Subject: [PATCH] make pass-button more reachable --- client/scss/main.scss | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/client/scss/main.scss b/client/scss/main.scss index c3588dc..3902649 100644 --- a/client/scss/main.scss +++ b/client/scss/main.scss @@ -223,11 +223,14 @@ $game-height: 800px; .button-pass { width: 100%; border: 0; - background: #3f4c5b; + background: #3f4c5b; padding: 5px 0; color: #fff; text-transform: uppercase; fon-size: 15px; + position: absolute; + z-index: 21; + margin-top: -33px; &:hover { background: lighten(#3f4c5b, 10%);