added styles for text in input, saper page

This commit is contained in:
Kostya
2023-12-03 08:55:06 +03:00
parent a9f0ad9a10
commit feb88a8e08

View File

@@ -59,6 +59,11 @@ input[type="number"]::-webkit-outer-spin-button {
.crystals .crystals__choises input { .crystals .crystals__choises input {
width: 110px; width: 110px;
height: 38px; height: 38px;
color: #FFF;
font-weight: 700;
line-height: 31px;
font-family: Montserrat Alternates;
font-size: 12px;
border-radius: 10px; border-radius: 10px;
padding-left: 25px; padding-left: 25px;
border: 2px solid #2B3458; border: 2px solid #2B3458;