TRI-283: edits btns reg landing_page

This commit is contained in:
Artyom Pratsko
2024-11-22 07:24:39 +03:00
parent 68aad97e46
commit b98a4a5364
42 changed files with 134 additions and 189 deletions

View File

@@ -176,7 +176,7 @@ function gtag_report_conversion(url) {
{% if mobile == 'false' or mobile %}
{% endif %}
<div class="block_overlay {% if page_type == 'profile' %}hidden{% elif page_type == 'routes' %} routes n_profile hidden{% else %}hidden n_profile{% endif %}" onclick="close_open_curtain()"></div>
<div class="wrapper_main{% if page.url == "landing_mover" %} is-container{% endif %}">
<div class="wrapper_main{% if page.url == "landing_mover" or page.url == "landing_customer" %} is-container{% endif %}">
{% if page.url == "landing_mover" or page.url == 'landing_customer' %}
{% include 'blocks/n_header.html' %}
{% else %}
@@ -216,7 +216,7 @@ function gtag_report_conversion(url) {
</div>
</div>
{% endif %}
<div class="{% if page.url == "landing_mover" %}container{% else %}wrapper_content{% endif %} {% if page.url == 'customer_service'%} m_h_0 {% elif page.url == 'contacts' %}m_h_0{% elif request.path == '/test_404' %}m_h_0{% endif %}">
<div class="{% if page.url == "landing_mover" or page.url == "landing_customer" %}container{% else %}wrapper_content{% endif %} {% if page.url == 'customer_service'%} m_h_0 {% elif page.url == 'contacts' %}m_h_0{% elif request.path == '/test_404' %}m_h_0{% endif %}">
{% block content %}
{% endblock %}