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 {
|
.deck {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
display: hidden;
|
display: hidden;
|
||||||
left: var(--deck-x);
|
right:80px;
|
||||||
top: var(--deck-y);
|
top: 200px;
|
||||||
width: 82px;
|
width: 80px;
|
||||||
height: 120px;
|
height: 120px;
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
background: #113625;
|
background: #113625;
|
||||||
box-shadow: 0 0 0 2px #0d291c inset, 0 10px 20px rgba(0,0,0,0.55);
|
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;
|
color:#b9e4d0;
|
||||||
font-weight:900;
|
font-weight:900;
|
||||||
font-size:14px;
|
font-size:14px;
|
||||||
letter-spacing:2px;
|
letter-spacing:2px;
|
||||||
z-index:500;
|
|
||||||
}
|
}
|
||||||
.player-zone{
|
.player-zone{
|
||||||
position:absolute;
|
position:absolute;
|
||||||
left:37%;
|
left:50%;
|
||||||
bottom:18px;
|
bottom:-25px;
|
||||||
transform:translateX(-50%);
|
transform:translateX(-50%);
|
||||||
width:78%;
|
width:65%;
|
||||||
display:flex;
|
display:flex;
|
||||||
flex-direction:column;
|
flex-direction:column;
|
||||||
align-items:center
|
align-items:center
|
||||||
}
|
}
|
||||||
.cards-wrapper{
|
.cards-wrapper{
|
||||||
position:relative;
|
position:relative;
|
||||||
width:580px;
|
right: 250px;
|
||||||
|
width:600px;
|
||||||
height:170px;
|
height:170px;
|
||||||
display:flex;
|
display:flex;
|
||||||
justify-content:center;
|
justify-content:center;
|
||||||
align-items:center;
|
align-items:center;
|
||||||
}
|
}
|
||||||
.dealer-zone{
|
.dealer-zone{
|
||||||
position:absolute;
|
position:relative;
|
||||||
left:50%;
|
margin:20 px;
|
||||||
top:18px;
|
width:65%;
|
||||||
transform:translateX(-50%);
|
max-width:800px ;
|
||||||
width:78%;
|
margin-bottom: 25%;
|
||||||
|
margin-right: flex;
|
||||||
display:flex;
|
display:flex;
|
||||||
flex-direction:column;
|
flex-direction:column;
|
||||||
align-items:center;
|
align-items:center;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user