mirror of
https://github.com/exane/not-gwent-online
synced 2024-10-31 10:36:53 +00:00
fix
This commit is contained in:
parent
883c045695
commit
f2124d05d2
BIN
assets/back.png
Normal file
BIN
assets/back.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 61 KiB |
BIN
assets/discard.png
Normal file
BIN
assets/discard.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 18 KiB |
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user