mirror of
https://github.com/exane/not-gwent-online
synced 2024-10-31 10:36:53 +00:00
discard styling
This commit is contained in:
parent
7f7472499e
commit
625693b7b9
@ -84,7 +84,7 @@ $game-height: 800px;
|
|||||||
bottom: 0;
|
bottom: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
background: rgba(6, 13, 22, .7);
|
background: rgba(6, 13, 22, .8);
|
||||||
height: 110px;
|
height: 110px;
|
||||||
z-index: 20;
|
z-index: 20;
|
||||||
|
|
||||||
@ -291,6 +291,22 @@ $game-height: 800px;
|
|||||||
}*/
|
}*/
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.field-discard {
|
||||||
|
background-color: rgba(0,0,0,.6);
|
||||||
|
float: left;
|
||||||
|
padding: 25px 15px;
|
||||||
|
width: auto;
|
||||||
|
cursor: pointer;
|
||||||
|
margin: 20px 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.discard-scull {
|
||||||
|
background: url(discard.png) no-repeat;
|
||||||
|
width: 35px;
|
||||||
|
height: 35px;
|
||||||
|
float: left;
|
||||||
|
}
|
||||||
|
|
||||||
.card-preview {
|
.card-preview {
|
||||||
div {
|
div {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
|
@ -73,12 +73,12 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="col-xs-12 right-side right-side-foe foe">
|
<div class="col-xs-12 right-side right-side-foe foe">
|
||||||
<div class="col-xs-8 field-discard field-single">
|
<div class="col-xs-8 field-discard field-single">
|
||||||
discard deck
|
<i class="discard-scull"></i>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-xs-12 right-side right-side-player player">
|
<div class="col-xs-12 right-side right-side-player player">
|
||||||
<div class="col-xs-8 field-discard field-single">
|
<div class="col-xs-8 field-discard field-single">
|
||||||
discard deck
|
<i class="discard-scull"></i>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
Loading…
Reference in New Issue
Block a user