mirror of
https://github.com/yawaflua/LuckyDiamond.git
synced 2025-12-10 04:09:29 +02:00
added styles for btns, saperpage
This commit is contained in:
@@ -164,9 +164,22 @@ input[type="number"]::-webkit-outer-spin-button {
|
||||
width: 100%;
|
||||
padding: 14px;
|
||||
margin-bottom: 5px;
|
||||
border: none;
|
||||
color: #FFF;
|
||||
font-weight: 700;
|
||||
line-height: 19px;
|
||||
font-style: normal;
|
||||
font-family: Inter;
|
||||
font-size: 16px;
|
||||
|
||||
}
|
||||
|
||||
.btn-start {
|
||||
|
||||
border-radius: 10px;
|
||||
background: #EF4444;
|
||||
}
|
||||
|
||||
.btn-claim {
|
||||
border-radius: 10px;
|
||||
background: #252C47;
|
||||
}
|
||||
@@ -37,9 +37,9 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="saper-start__btns btn-start btn-claim">
|
||||
<button>Начать игру</button>
|
||||
<button>Забрать 15 АР</button>
|
||||
<div class="saper-start__btns">
|
||||
<button class="btn-start">Начать игру</button>
|
||||
<button class="btn-claim">Забрать 15 АР</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user