Add members showing in game

This commit is contained in:
Hepatica
2024-04-01 23:19:14 +02:00
parent 207d99edec
commit 22b398ed5e
2 changed files with 67 additions and 7 deletions

View File

@@ -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;
}