1
0
mirror of https://github.com/exane/not-gwent-online synced 2025-11-08 09:08:40 +00:00

interface changes

This commit is contained in:
exane
2015-07-04 12:54:55 +02:00
parent 9fc3b5c10c
commit b157dedb5e
4 changed files with 22 additions and 6 deletions

View File

@@ -122,6 +122,19 @@ $game-height: 800px;
width: 100%;
//border: 1px solid black;
background: rgba(252, 219, 125, 0.51);
div {
margin-bottom: 5px;
}
.icon-hand-card {
background: url("../../assets/card_icon.png") no-repeat;
height: 50px;
width: 50px;
display: block;
position: absolute;
margin-top: -8px;
}
}
.removeBackground {