mirror of
https://github.com/yawaflua/LuckyDiamond.git
synced 2025-12-10 04:09:29 +02:00
added btn claim in crash
This commit is contained in:
@@ -97,11 +97,13 @@
|
|||||||
|
|
||||||
.crash-game-window__btn-start {
|
.crash-game-window__btn-start {
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
flex-direction: column;
|
||||||
|
align-items: center;
|
||||||
margin-top: 23px;
|
margin-top: 23px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.crash-game-window__btn-start button {
|
.crash-game-window__btn-start button {
|
||||||
|
margin-bottom: 5px;
|
||||||
background: #EF4444;
|
background: #EF4444;
|
||||||
border: unset;
|
border: unset;
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
|
|||||||
@@ -40,6 +40,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="crash-game-window__btn-start">
|
<div class="crash-game-window__btn-start">
|
||||||
<button @click="clickPlayBtn" :class="{ 'animate-start-btn': ErrorClick }">Начать игру</button>
|
<button @click="clickPlayBtn" :class="{ 'animate-start-btn': ErrorClick }">Начать игру</button>
|
||||||
|
<button>Забрать</button>
|
||||||
</div>
|
</div>
|
||||||
<div class="crash-window__line">
|
<div class="crash-window__line">
|
||||||
<div class="line-crash">
|
<div class="line-crash">
|
||||||
|
|||||||
Reference in New Issue
Block a user