0.0.330 add color for title in my_routes

This commit is contained in:
2023-12-21 16:28:42 +03:00
parent 0c146caeef
commit 1dae86f0e7
4 changed files with 25 additions and 4 deletions

View File

@@ -58,7 +58,14 @@
</div>
{# <div class="splliter-left-right-part-carrier-card"></div>#}
<div class="inf_carrier_container">
<div class="title_container_inf_carrier">
<div
class="title_container_inf_carrier"
{% if route.owner_type == 'mover' %}
id="mover_title_color"
{% elif route.owner_type == 'customer'%}
id="customer_title_color"
{% endif %}
>
{% translate 'Контакты' %}
{% if route.owner_type == 'mover' %}
{% translate "перевозчика" %}

View File

@@ -50,7 +50,14 @@
</div>
<div class="inf_carrier_container">
<div class="title_container_inf_carrier">
<div
class="title_container_inf_carrier"
{% if route.owner_type == 'mover' %}
id="mover_title_color"
{% elif route.owner_type == 'customer'%}
id="customer_title_color"
{% endif %}
>
{% translate 'Контакты' %}
{% if route.owner_type == 'mover' %}
{% translate "перевозчика" %}