mirror of
https://github.com/yawaflua/LuckyDiamond.git
synced 2025-12-10 04:09:29 +02:00
rafick tvoia mater jirafic23333dfsfdfsdfsfsf
This commit is contained in:
@@ -94,7 +94,15 @@
|
||||
padding: 3.8% 46% 3% 14%;
|
||||
background: #EF4444;
|
||||
}
|
||||
|
||||
.playerandvid {
|
||||
margin-right: 10vh;
|
||||
}
|
||||
.data1 {
|
||||
margin-right: 20vh;
|
||||
}
|
||||
.summa {
|
||||
margin-right: 10vh;
|
||||
}
|
||||
|
||||
.payments {
|
||||
margin: 2% 0 0 -4.25%;
|
||||
@@ -102,7 +110,7 @@
|
||||
|
||||
.types {
|
||||
display: flex;
|
||||
justify-content: space-around;
|
||||
|
||||
}
|
||||
|
||||
.types-margin h3 {
|
||||
@@ -129,6 +137,7 @@
|
||||
margin-top: 4.9%;
|
||||
display: flex;
|
||||
align-items: center; /* Center vertically */
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
.user-info {
|
||||
@@ -174,9 +183,18 @@
|
||||
}
|
||||
|
||||
.transaction-info {
|
||||
margin-right: 10em; /* Add margin for spacing */
|
||||
margin-right: 6em; /* Add margin for spacing */
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-content: center;
|
||||
width: 25vh;
|
||||
}
|
||||
.transaction-info__text {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-content: center;
|
||||
width: 20vh;
|
||||
}
|
||||
|
||||
.transaction-info__text h3 {
|
||||
font-weight: 500;
|
||||
font-family: Montserrat;
|
||||
|
||||
@@ -17,17 +17,23 @@
|
||||
<div class="profile__btns--payments">
|
||||
<a href="#" class="text-btn btn-bg btn-margin btn-display" @click="depositClick"><img class="icon-margin-deposit-withdraw" src="@/assets/icons-profile/icon-deposit.svg"> Пополнить</a>
|
||||
<a href="#" class="withdraw text-btn btn-bg btn-display" @click="withdrawClick"><img class="icon-margin-deposit-withdraw" src="@/assets/icons-profile/icon-withdraw.png"> Вывести</a>
|
||||
<a href="#" class="withdraw text-btn btn-bg btn-display" @click="claimDataDeposit(10)"><img class="icon-margin-deposit-withdraw" src="@/assets/icons-profile/icon-withdraw.png"> Вывести</a>
|
||||
<a href="#" class="withdraw text-btn btn-bg btn-display" @click="claimDataDeposit(1)"><img class="icon-margin-deposit-withdraw" src="@/assets/icons-profile/icon-withdraw.png"> Вывести</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="payments">
|
||||
<div class="payments__content">
|
||||
<div class="payments__types">
|
||||
<div class="types types-margin types-text">
|
||||
<div class="playerandvid">
|
||||
<h3>Игрок и вид транзакции</h3>
|
||||
</div>
|
||||
<div class="data1">
|
||||
<h3>Дата</h3>
|
||||
</div>
|
||||
<div class="summa1">
|
||||
<h3>Сумма</h3>
|
||||
</div>
|
||||
</div>
|
||||
<div class="types-line"></div>
|
||||
</div>
|
||||
<div class="payments__history">
|
||||
|
||||
Reference in New Issue
Block a user