1.1.6 upd raise and highlight function in my_routes
This commit is contained in:
@@ -367,7 +367,7 @@
|
||||
|
||||
|
||||
.info_profile>div>div>.left-part-carrier-card>.container_inf_about_moving{
|
||||
width: 100%;
|
||||
width: 98%;
|
||||
|
||||
}
|
||||
|
||||
@@ -730,7 +730,7 @@
|
||||
margin-bottom: 25px;
|
||||
}
|
||||
|
||||
|
||||
ч
|
||||
.arrange_subscribe{
|
||||
margin: 20px auto 20px auto;
|
||||
}
|
||||
@@ -1114,9 +1114,12 @@
|
||||
.left-part-carrier-card, .inf_carrier_container{
|
||||
width: unset;
|
||||
float: none;
|
||||
padding: 1px 15px;
|
||||
padding: 1px 20px;
|
||||
border-right: unset;
|
||||
}
|
||||
.control_frame{
|
||||
top: 3px;
|
||||
}
|
||||
.inf_carrier_container{
|
||||
padding-top: 70px;
|
||||
padding-bottom: 10px;
|
||||
@@ -1194,7 +1197,7 @@
|
||||
.from-to-city-text{
|
||||
font-size: 12px;
|
||||
font-weight: 400;
|
||||
padding-bottom: 10px;
|
||||
/*padding-bottom: 10px;*/
|
||||
/*padding-top: unset;*/
|
||||
}
|
||||
.arrow_inf_about_moving{
|
||||
@@ -1836,6 +1839,10 @@
|
||||
/*.from_address_point_txt.find_route.first {*/
|
||||
/* width: 52.1%;*/
|
||||
/*}*/
|
||||
.info_profile>div>div>.left-part-carrier-card>.container_inf_about_moving{
|
||||
width: 98%;
|
||||
}
|
||||
|
||||
|
||||
.container_inf_about_moving {
|
||||
width: 97%;
|
||||
@@ -1876,6 +1883,10 @@
|
||||
|
||||
|
||||
|
||||
.info_profile>div>div>.left-part-carrier-card>.container_inf_about_moving{
|
||||
width: 89%;
|
||||
}
|
||||
|
||||
.phones_carrier{
|
||||
display: block;
|
||||
}
|
||||
@@ -1901,6 +1912,7 @@
|
||||
|
||||
.container_inf_about_moving{
|
||||
width: 100%;
|
||||
padding: 16px;
|
||||
}
|
||||
|
||||
.arrow_inf_about_moving{
|
||||
|
||||
@@ -1562,6 +1562,7 @@ a.open_inf_carrier{
|
||||
width: 33%;
|
||||
float: right;
|
||||
padding: 2%;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.title_container_inf_carrier{
|
||||
|
||||
@@ -697,12 +697,13 @@ header .header-second {
|
||||
position: absolute;
|
||||
background-color: white;
|
||||
border-radius: 10px;
|
||||
width: 272px;
|
||||
height: 175px;
|
||||
box-shadow: -1px 4px 10px 0px rgba(198, 199, 203, 0.20), 0px -1px 10px 0px rgba(198, 199, 203, 0.20);
|
||||
z-index: 1;
|
||||
border: 1px solid #FF613A;
|
||||
padding: 0 10px;
|
||||
left: 0;
|
||||
right: 0;
|
||||
margin: 0 18px;
|
||||
}
|
||||
|
||||
.control_frame.show{
|
||||
@@ -726,6 +727,28 @@ button#send_upgrade:hover {
|
||||
border-radius: 15px;
|
||||
}
|
||||
|
||||
.success_rising{
|
||||
display: none;
|
||||
}
|
||||
.success_rising.show{
|
||||
display: block;
|
||||
padding: 5px;
|
||||
}
|
||||
|
||||
.success_rising_text{
|
||||
text-align: center;
|
||||
padding-bottom: 10px;
|
||||
}
|
||||
.close_success_rising{
|
||||
cursor: pointer;
|
||||
width: 100%;
|
||||
padding-bottom: 5px;
|
||||
}
|
||||
|
||||
.upd_form.hide{
|
||||
display: none;
|
||||
}
|
||||
|
||||
.from_address_point_txt.red_text{
|
||||
color: #ff0000;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user