This commit is contained in:
devfake 2015-07-04 15:43:38 +02:00
parent 883c045695
commit f2124d05d2
3 changed files with 6 additions and 1 deletions

BIN
assets/back.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 61 KiB

BIN
assets/discard.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

View File

@ -295,12 +295,17 @@ $game-height: 800px;
}
.field-discard {
background-color: rgba(0,0,0,.6);
background: rgba(0,0,0,.6);
float: left;
padding: 25px 15px;
width: auto;
cursor: pointer;
margin: 20px 0;
transition: all .2s ease-in-out 0s;
&:hover {
background: rgba(0,0,0,.9);
}
}
.discard-scull {