added styles for btns, saperpage

This commit is contained in:
Kostya
2023-12-03 10:06:07 +03:00
parent 8801f47f76
commit 6d5dbd0804
2 changed files with 16 additions and 3 deletions

View File

@@ -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;
} }

View File

@@ -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>