mirror of
https://github.com/exane/not-gwent-online
synced 2024-11-20 11:26:54 +00:00
make pass-button more reachable
This commit is contained in:
parent
6766533ae5
commit
862c18c408
@ -223,11 +223,14 @@ $game-height: 800px;
|
|||||||
.button-pass {
|
.button-pass {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
border: 0;
|
border: 0;
|
||||||
background: #3f4c5b;
|
background: #3f4c5b;
|
||||||
padding: 5px 0;
|
padding: 5px 0;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
fon-size: 15px;
|
fon-size: 15px;
|
||||||
|
position: absolute;
|
||||||
|
z-index: 21;
|
||||||
|
margin-top: -33px;
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
background: lighten(#3f4c5b, 10%);
|
background: lighten(#3f4c5b, 10%);
|
||||||
|
Loading…
Reference in New Issue
Block a user