0.1.374 update carrier_card info in search
This commit is contained in:
@@ -1422,7 +1422,7 @@
|
||||
position: relative;
|
||||
top: 6px;
|
||||
/*background: linear-gradient(99deg, #040404 56%, #9f9f9f 25%, #ffffff);*/
|
||||
background: linear-gradient(99deg, #000000 1%, #ffffff 16%, #ffffff);
|
||||
/*background: linear-gradient(99deg, #000000 1%, #ffffff 16%, #ffffff);*/
|
||||
-webkit-background-clip: text;
|
||||
-webkit-text-fill-color: transparent;
|
||||
transition: 200ms;
|
||||
@@ -1446,6 +1446,8 @@
|
||||
white-space: unset;
|
||||
}
|
||||
|
||||
|
||||
|
||||
.phones_carrier input{
|
||||
display: none;
|
||||
}
|
||||
@@ -1461,7 +1463,7 @@
|
||||
position: relative;
|
||||
top: 5px;
|
||||
/*background: linear-gradient(99deg, #040404 2%, #f5f5f5 16%, #ffffff);*/
|
||||
background: linear-gradient(99deg, #040404 2%, #ffffff 13%, #ffffff);
|
||||
/* background: linear-gradient(99deg, #040404 2%, #ffffff 13%, #ffffff);*/
|
||||
-webkit-background-clip: text;
|
||||
-webkit-text-fill-color: transparent;
|
||||
transition: 200ms;
|
||||
|
||||
@@ -91,6 +91,7 @@
|
||||
src="{{ route.owner.user_profile.avatar.url }}"
|
||||
{% else %}src="{% static "img/svg/user_icon_standart.png" %}"{% endif %}>
|
||||
{% if user.is_authenticated %}
|
||||
{# <span class="name_carrier">{{ route.owner.last_name }} {{ route.owner.first_name }}</span>#}
|
||||
<span class="name_carrier">{{ route.owner.last_name }} {{ route.owner.first_name }}</span>
|
||||
{% endif %}
|
||||
{% if not user.is_authenticated %}
|
||||
|
||||
Reference in New Issue
Block a user