Merge remote-tracking branch 'origin/main'
This commit is contained in:
@@ -142,6 +142,10 @@
|
|||||||
width: 265px;
|
width: 265px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.social_media_footer{
|
||||||
|
margin-bottom: 60px;
|
||||||
|
}
|
||||||
|
|
||||||
.header_btn_sender{
|
.header_btn_sender{
|
||||||
margin-right: 5px;
|
margin-right: 5px;
|
||||||
}
|
}
|
||||||
@@ -1730,6 +1734,10 @@
|
|||||||
|
|
||||||
@media (max-width: 440px){
|
@media (max-width: 440px){
|
||||||
|
|
||||||
|
.f-r{
|
||||||
|
text-align: left;
|
||||||
|
}
|
||||||
|
|
||||||
.info_profile>div>div>.left-part-carrier-card>.container_inf_about_moving>.line_inf_about_moving>.carrier_inf_moving.left {
|
.info_profile>div>div>.left-part-carrier-card>.container_inf_about_moving>.line_inf_about_moving>.carrier_inf_moving.left {
|
||||||
width: 35%;
|
width: 35%;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -2682,7 +2682,7 @@ summary:before {
|
|||||||
top: 10px;
|
top: 10px;
|
||||||
right: 20px;
|
right: 20px;
|
||||||
color: transparent;
|
color: transparent;
|
||||||
background: url(/static/img/svg/icon_cross.svg) no-repeat 50% 50% / 1em 1em;
|
background: white url("/static/img/png/icon-arrow.svg") no-repeat 50% 50% / 1em 1em;
|
||||||
width: 1em;
|
width: 1em;
|
||||||
height: 1em;
|
height: 1em;
|
||||||
content: "";
|
content: "";
|
||||||
@@ -2691,7 +2691,8 @@ summary:before {
|
|||||||
}
|
}
|
||||||
details[open] > summary:before {
|
details[open] > summary:before {
|
||||||
transform: scale(1,-1);
|
transform: scale(1,-1);
|
||||||
background: url(/static/img/svg/icon_cross_2.svg) no-repeat 50% 50% / 1em 1em;
|
background: white url("/static/img/png/icon-arrow.svg") no-repeat 50% 50% / 1em 1em;
|
||||||
|
|
||||||
}
|
}
|
||||||
summary ~ * {
|
summary ~ * {
|
||||||
padding: 0 1em 10px 1.4em;
|
padding: 0 1em 10px 1.4em;
|
||||||
|
|||||||
@@ -84,7 +84,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
<div class="wrapper_content {% if page.url == 'customer_service' %} m_h_0{% endif %}">
|
<div class="wrapper_content {% if page.url == 'customer_service'%} m_h_0 {% elif page.url == 'contacts' %}m_h_0{% endif %}">
|
||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|||||||
Reference in New Issue
Block a user