fixed bug with 0-step

This commit is contained in:
Kostya
2024-01-20 13:05:38 +03:00
parent 506f508924
commit 70cb8c6564
2 changed files with 5 additions and 1 deletions

View File

@@ -235,6 +235,10 @@ input[type="number"]::-webkit-outer-spin-button {
display: flex;
}
.steps-btns__display span {
display: flex;
}
.btns-style__steps button {
border-radius: 10px;
background: #252C47;