mirror of
https://github.com/yawaflua/LuckyDiamond.git
synced 2025-12-10 12:19:31 +02:00
Add members showing in game
This commit is contained in:
@@ -17,6 +17,49 @@
|
||||
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 {
|
||||
border-radius: 10px;
|
||||
border: 1px solid #262C55;
|
||||
@@ -41,8 +84,6 @@
|
||||
height: 95%;
|
||||
}
|
||||
|
||||
|
||||
|
||||
.container-double-history-text {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
@@ -111,12 +111,31 @@
|
||||
</Carousel>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-md-12">
|
||||
<h1>double</h1>
|
||||
<h2 v-if="timeToGame !== null">
|
||||
time to game - {{ timeToGame.toFixed(0) }}
|
||||
</h2>
|
||||
<div class="col-md-4" style="padding-left: 0px">
|
||||
<div class="double-members-ingame-red">
|
||||
<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-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>
|
||||
|
||||
Reference in New Issue
Block a user