update ui
This commit is contained in:
parent
26e64a31bb
commit
11e1bc0209
@ -332,44 +332,47 @@ table#leaderboard thead tr th, table#leaderboard tbody tr td{
|
||||
.deck {
|
||||
position: absolute;
|
||||
display: hidden;
|
||||
left: var(--deck-x);
|
||||
top: var(--deck-y);
|
||||
width: 82px;
|
||||
right:80px;
|
||||
top: 200px;
|
||||
width: 80px;
|
||||
height: 120px;
|
||||
border-radius: 10px;
|
||||
background: #113625;
|
||||
box-shadow: 0 0 0 2px #0d291c inset, 0 10px 20px rgba(0,0,0,0.55);
|
||||
display:flex; align-items:center; justify-content:center;
|
||||
display:flex;
|
||||
align-items:center;
|
||||
justify-content:center;
|
||||
color:#b9e4d0;
|
||||
font-weight:900;
|
||||
font-size:14px;
|
||||
letter-spacing:2px;
|
||||
z-index:500;
|
||||
}
|
||||
.player-zone{
|
||||
position:absolute;
|
||||
left:37%;
|
||||
bottom:18px;
|
||||
left:50%;
|
||||
bottom:-25px;
|
||||
transform:translateX(-50%);
|
||||
width:78%;
|
||||
width:65%;
|
||||
display:flex;
|
||||
flex-direction:column;
|
||||
align-items:center
|
||||
}
|
||||
.cards-wrapper{
|
||||
position:relative;
|
||||
width:580px;
|
||||
right: 250px;
|
||||
width:600px;
|
||||
height:170px;
|
||||
display:flex;
|
||||
justify-content:center;
|
||||
align-items:center;
|
||||
}
|
||||
.dealer-zone{
|
||||
position:absolute;
|
||||
left:50%;
|
||||
top:18px;
|
||||
transform:translateX(-50%);
|
||||
width:78%;
|
||||
position:relative;
|
||||
margin:20 px;
|
||||
width:65%;
|
||||
max-width:800px ;
|
||||
margin-bottom: 25%;
|
||||
margin-right: flex;
|
||||
display:flex;
|
||||
flex-direction:column;
|
||||
align-items:center;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user