1
0
mirror of https://github.com/exane/not-gwent-online synced 2024-10-31 10:36:53 +00:00

Merge remote-tracking branch 'origin/master'

This commit is contained in:
exane 2015-07-04 15:49:52 +02:00
commit 90aff07ce6
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

@ -296,12 +296,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 {