added styles for btns in saper-start window, saperpage

This commit is contained in:
Kostya
2023-12-03 09:06:20 +03:00
parent e33156e70f
commit 9802ee3dbf
2 changed files with 25 additions and 3 deletions

View File

@@ -70,6 +70,11 @@ input[type="number"]::-webkit-outer-spin-button {
background: #22252F;
}
.crystals__choises {
display: flex;
align-items: center;
}
.crystals .crystals__choises input:focus {
outline: none;
}
@@ -78,10 +83,22 @@ input[type="number"]::-webkit-outer-spin-button {
margin-left: -22px;
}
.crystals-btns__choices button {
margin-left: 5px;
border-radius: 10px;
background: #252C47;
box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
border: none;
color: #FFF;
font-weight: 700;
line-height: 31px;
font-family: Montserrat Alternates;
font-size: 12px;
padding: 4px 13px;
}
.crystal-icon {
position: relative;
left: 25px;
top: 11px;
top: 5px;
}