mirror of
https://github.com/yawaflua/LuckyDiamond.git
synced 2025-12-10 04:09:29 +02:00
Add members showing in game
This commit is contained in:
@@ -17,6 +17,49 @@
|
|||||||
height: 94%;
|
height: 94%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.double-members-ingame-red {
|
||||||
|
z-index: 1;
|
||||||
|
border: 2px solid #3B4260;
|
||||||
|
border-radius: 15px;
|
||||||
|
background: #1C2133;
|
||||||
|
box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
|
||||||
|
margin-top: 1vh;
|
||||||
|
margin-top: 1vh;
|
||||||
|
width: 100%;
|
||||||
|
height: 94%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.double-members-ingame-green {
|
||||||
|
z-index: 1;
|
||||||
|
border: 2px solid #3B4260;
|
||||||
|
border-radius: 15px;
|
||||||
|
background: #1C2133;
|
||||||
|
box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
|
||||||
|
margin-top: 1vh;
|
||||||
|
margin-top: 1vh;
|
||||||
|
width: 100%;
|
||||||
|
height: 94%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.double-members-ingame-black {
|
||||||
|
z-index: 1;
|
||||||
|
border: 2px solid #3B4260;
|
||||||
|
border-radius: 15px;
|
||||||
|
background: #1C2133;
|
||||||
|
box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
|
||||||
|
margin-top: 1vh;
|
||||||
|
margin-top: 1vh;
|
||||||
|
width: 100%;
|
||||||
|
height: 94%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.double-game {
|
||||||
|
z-index: 1;
|
||||||
|
border-radius: 20px;
|
||||||
|
width: 69%;
|
||||||
|
height: 94%;
|
||||||
|
}
|
||||||
|
|
||||||
.double-game-main-box {
|
.double-game-main-box {
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
border: 1px solid #262C55;
|
border: 1px solid #262C55;
|
||||||
@@ -41,8 +84,6 @@
|
|||||||
height: 95%;
|
height: 95%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
.container-double-history-text {
|
.container-double-history-text {
|
||||||
display: flex;
|
display: flex;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -111,12 +111,31 @@
|
|||||||
</Carousel>
|
</Carousel>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-md-12">
|
<div class="col-md-4" style="padding-left: 0px">
|
||||||
<h1>double</h1>
|
<div class="double-members-ingame-red">
|
||||||
<h2 v-if="timeToGame !== null">
|
<h1>Red X2</h1>
|
||||||
time to game - {{ timeToGame.toFixed(0) }}
|
<h1>fds</h1>
|
||||||
</h2>
|
<h1>fds</h1>
|
||||||
|
<h1>fds</h1>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
<div class="col-md-4">
|
||||||
|
<div class="double-members-ingame-green">
|
||||||
|
<h1>Red X2</h1>
|
||||||
|
<h1>fds</h1>
|
||||||
|
<h1>fds</h1>
|
||||||
|
<h1>fds</h1>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="col-md-4">
|
||||||
|
<div class="double-members-ingame-black">
|
||||||
|
<h1>Red X2</h1>
|
||||||
|
<h1>fds</h1>
|
||||||
|
<h1>fds</h1>
|
||||||
|
<h1>fds</h1>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
<!-- </div> -->
|
<!-- </div> -->
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user