0.0.260 bug fix
This commit is contained in:
@@ -142,6 +142,10 @@
|
||||
width: 265px;
|
||||
}
|
||||
|
||||
.social_media_footer{
|
||||
margin-bottom: 60px;
|
||||
}
|
||||
|
||||
.header_btn_sender{
|
||||
margin-right: 5px;
|
||||
}
|
||||
@@ -1730,6 +1734,10 @@
|
||||
|
||||
@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 {
|
||||
width: 35%;
|
||||
}
|
||||
|
||||
@@ -2682,7 +2682,7 @@ summary:before {
|
||||
top: 10px;
|
||||
right: 20px;
|
||||
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;
|
||||
height: 1em;
|
||||
content: "";
|
||||
@@ -2691,7 +2691,8 @@ summary:before {
|
||||
}
|
||||
details[open] > summary:before {
|
||||
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 ~ * {
|
||||
padding: 0 1em 10px 1.4em;
|
||||
|
||||
@@ -84,7 +84,7 @@
|
||||
</div>
|
||||
</div>
|
||||
{% 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 %}
|
||||
{% endblock %}
|
||||
|
||||
Reference in New Issue
Block a user