0.0.103
This commit is contained in:
@@ -237,25 +237,38 @@ footer>div {
|
||||
max-width: 1280px;
|
||||
margin: auto;
|
||||
padding: 40px;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
.first-column>div:nth-child(1) {
|
||||
margin-bottom: 40px;
|
||||
.left-column {
|
||||
width: 50%;
|
||||
float: left;
|
||||
}
|
||||
|
||||
.first-column>div:nth-child(2) {
|
||||
margin-bottom: 19px;
|
||||
.right-column {
|
||||
width: 48%;
|
||||
float: right;
|
||||
}
|
||||
.first-column>div:nth-child(3)>img {
|
||||
margin-right: 10px;
|
||||
.first-column{
|
||||
float: left;
|
||||
width: 50%;
|
||||
}
|
||||
.second-column {
|
||||
float: right;
|
||||
width: 29%;
|
||||
}
|
||||
|
||||
.first-column {
|
||||
max-width: 358px;
|
||||
.third-column {
|
||||
width: 33%;
|
||||
float: left;
|
||||
}
|
||||
|
||||
.fifth-column {
|
||||
float: right;
|
||||
width: 33%;
|
||||
}
|
||||
|
||||
|
||||
|
||||
.second-footer>div {
|
||||
display: flex;
|
||||
max-width: 1280px;
|
||||
@@ -281,7 +294,6 @@ footer>div {
|
||||
}
|
||||
|
||||
.second-column>div:first-child {
|
||||
margin-bottom: 45px;
|
||||
color: #FFF;
|
||||
/* Heading 4 */
|
||||
font-family: Inter;
|
||||
@@ -292,7 +304,6 @@ footer>div {
|
||||
}
|
||||
|
||||
.third-column>div:first-child {
|
||||
margin-bottom: 45px;
|
||||
color: #FFF;
|
||||
/* Heading 4 */
|
||||
font-family: Inter;
|
||||
@@ -666,7 +677,7 @@ input.deactive {
|
||||
margin-top: 7px;
|
||||
display: inline-block;
|
||||
position: relative;
|
||||
left: 29%;
|
||||
left: 31%;
|
||||
}
|
||||
|
||||
.title_for_msg_by_email{
|
||||
@@ -992,7 +1003,7 @@ select {
|
||||
.receive_msg_by_email{
|
||||
display: inline-block;
|
||||
position: absolute;
|
||||
bottom: 8%;
|
||||
bottom: 27%;
|
||||
}
|
||||
|
||||
/*create new route*/
|
||||
@@ -1093,7 +1104,7 @@ form.new_route{
|
||||
.departure_arrival>div:last-child,
|
||||
.from_to_place>div:last-child,
|
||||
.from_to_country>div:last-child,
|
||||
.phone>div:last-child
|
||||
.phone>div:nth-child(2)
|
||||
{
|
||||
width: 50%;
|
||||
float: right;
|
||||
@@ -1104,7 +1115,6 @@ form.new_route{
|
||||
|
||||
.from_address_point_txt{
|
||||
display: block;
|
||||
|
||||
border: 1px solid #E6E6E6;
|
||||
color: #272424;
|
||||
font-family: Inter;
|
||||
@@ -1113,8 +1123,6 @@ form.new_route{
|
||||
font-weight: 400;
|
||||
line-height: 22px;
|
||||
appearance: none;
|
||||
background: white url("/static/img/png/icon-arrow.svg") no-repeat calc(100% - 15px) center;
|
||||
|
||||
height: 60px;
|
||||
|
||||
}
|
||||
@@ -1135,7 +1143,6 @@ form.new_route{
|
||||
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;
|
||||
|
||||
Reference in New Issue
Block a user