This commit is contained in:
2023-08-15 17:36:46 +03:00
parent e9d4d71c9d
commit 3588bd14e3
3 changed files with 31 additions and 4 deletions

View File

@@ -1064,7 +1064,7 @@ form.new_route{
}
div.from_to_country>div>input:nth-child(3){
input#id_from_address_point_txt{
display: block;
border-radius: 15px;
border: 1px solid #E6E6E6;
@@ -1081,6 +1081,25 @@ div.from_to_country>div>input:nth-child(3){
margin-top: 10px;
}
input#id_to_address_point_txt{
display: block;
border-radius: 15px;
border: 1px solid #E6E6E6;
color: #272424;
font-family: Inter;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 22px;
appearance: none;
background: white url("/static/img/png/icon-arrow.svg") no-repeat calc(100% - 15px) center;
width: 392px;
height: 60px;
margin-top: 10px;
}
div.departure_arrival>div>input{