make pass-button more reachable

This commit is contained in:
exane 2015-07-05 11:22:54 +02:00
parent 6766533ae5
commit 862c18c408
1 changed files with 4 additions and 1 deletions

View File

@ -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%);