This commit is contained in:
2023-08-16 15:45:34 +03:00
parent 4fa6ce6141
commit bf451393b6

View File

@@ -1099,7 +1099,7 @@ form.new_route{
.from_address_point_txt{
display: block;
border-radius: 15px;
border: 1px solid #E6E6E6;
color: #272424;
font-family: Inter;
@@ -1115,13 +1115,13 @@ form.new_route{
}
.from_address_point_txt.post_route{
border-radius: 15px;
margin-top: 10px;
width: 392px;
}
.to_address_point_txt{
display: block;
border-radius: 15px;
border: 1px solid #E6E6E6;
color: #272424;
font-family: Inter;
@@ -1138,6 +1138,7 @@ form.new_route{
.to_address_point_txt.post_route{
border-radius: 15px;
width: 392px;
margin-top: 10px;
}