This commit is contained in:
2023-08-11 18:05:53 +03:00
parent 724d5394d7
commit b7ff089cca
4 changed files with 56 additions and 15 deletions

View File

@@ -106,6 +106,16 @@ html, body{
height: 100%;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}
input[type='number'] {
-moz-appearance: textfield;
}
@@ -925,6 +935,7 @@ select {
line-height: 22px;
appearance: none;
background: white url("/static/img/png/icon-arrow.svg") no-repeat calc(100% - 15px) center;
margin-top: 10px;
}
@@ -947,6 +958,13 @@ select#id_type_transport{
font-weight: 400;
line-height: 22px;
appearance: none;
margin-top: 10px;
}
select#id_type_transport>option{
font-size: 16px;
font-family: Inter;
}
@@ -1010,6 +1028,7 @@ div.from_to_country>div>input:nth-child(3){
background: white url("/static/img/png/icon-arrow.svg") no-repeat calc(100% - 15px) center;
width: 392px;
height: 60px;
margin-top: 10px;
}
@@ -1028,7 +1047,8 @@ div.departure_arrival>div>input{
width: 392px;
height: 60px;
padding-left: 2px;
/*background: white url("/static/img/svg/Calendar.svg") no-repeat calc(100% - 3px) center;*/
margin-top: 10px;
}
@@ -1138,6 +1158,7 @@ div.from_to_place>div>select{
font-weight: 400;
line-height: 22px;
appearance: none;
margin-top: 20px;
}
@@ -1157,6 +1178,7 @@ input#id_extra_phone
font-weight: 400;
line-height: 22px;
appearance: none;
margin-top: 10px;
}