0.0.19 use new file structure
This commit is contained in:
@@ -768,6 +768,10 @@ section.profile {
|
||||
flex-basis: 35px;
|
||||
}
|
||||
|
||||
.info_profile{
|
||||
width: clamp(400px, 827px, 900px)
|
||||
}
|
||||
|
||||
.info_profile>h1 {
|
||||
color: #272424;
|
||||
font-family: Inter;
|
||||
@@ -910,11 +914,32 @@ form.new_route>div{
|
||||
margin-bottom: 30px;
|
||||
margin-top: 30px;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
|
||||
form.new_route{
|
||||
width:100%;
|
||||
}
|
||||
|
||||
.departure_arrival>div,
|
||||
.from_to_place>div,
|
||||
.from_to_country>div
|
||||
{
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
flex: 1;
|
||||
margin-right: 20px;
|
||||
|
||||
}
|
||||
|
||||
|
||||
/*end create new route*/
|
||||
|
||||
/*end create new route*/
|
||||
|
||||
|
||||
/*Range slider*/
|
||||
|
||||
|
||||
|
||||
/*Range slider end*/
|
||||
Reference in New Issue
Block a user