added margin and changed cursor for all btns, saperpage

This commit is contained in:
Kostya
2023-12-03 10:14:34 +03:00
parent 0c85ce289f
commit bd795fce1f

View File

@@ -2,6 +2,10 @@
height: 95%;
}
button {
cursor: pointer;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
-webkit-appearance: none;
@@ -21,7 +25,7 @@ input[type="number"]::-webkit-outer-spin-button {
background: #22252F;
box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
width: 27%;
height: 75%;
height: 77%;
}
.padding-elements {
@@ -184,6 +188,10 @@ input[type="number"]::-webkit-outer-spin-button {
background: #252C47;
}
.saper-start__steps {
margin-top: 10px;
}
.steps-btns__display {
display: flex;
}