0.0.96
This commit is contained in:
@@ -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{
|
||||
|
||||
Reference in New Issue
Block a user