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 {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
margin-top: 23px;
|
||||
}
|
||||
|
||||
.crash-game-window__btn-start button {
|
||||
margin-bottom: 5px;
|
||||
background: #EF4444;
|
||||
border: unset;
|
||||
border-radius: 10px;
|
||||
|
||||
@@ -40,6 +40,7 @@
|
||||
</div>
|
||||
<div class="crash-game-window__btn-start">
|
||||
<button @click="clickPlayBtn" :class="{ 'animate-start-btn': ErrorClick }">Начать игру</button>
|
||||
<button>Забрать</button>
|
||||
</div>
|
||||
<div class="crash-window__line">
|
||||
<div class="line-crash">
|
||||
|
||||
Reference in New Issue
Block a user