mirror of
https://github.com/yawaflua/LuckyDiamond.git
synced 2025-12-10 12:19:31 +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%;
|
width: 100%;
|
||||||
padding: 14px;
|
padding: 14px;
|
||||||
margin-bottom: 5px;
|
margin-bottom: 5px;
|
||||||
|
border: none;
|
||||||
|
color: #FFF;
|
||||||
|
font-weight: 700;
|
||||||
|
line-height: 19px;
|
||||||
|
font-style: normal;
|
||||||
|
font-family: Inter;
|
||||||
|
font-size: 16px;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn-start {
|
.btn-start {
|
||||||
|
border-radius: 10px;
|
||||||
|
background: #EF4444;
|
||||||
|
}
|
||||||
|
|
||||||
|
.btn-claim {
|
||||||
|
border-radius: 10px;
|
||||||
|
background: #252C47;
|
||||||
}
|
}
|
||||||
@@ -37,9 +37,9 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="saper-start__btns btn-start btn-claim">
|
<div class="saper-start__btns">
|
||||||
<button>Начать игру</button>
|
<button class="btn-start">Начать игру</button>
|
||||||
<button>Забрать 15 АР</button>
|
<button class="btn-claim">Забрать 15 АР</button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user