This commit is contained in:
2023-08-07 12:56:55 +03:00
parent 2eee8845b8
commit 34f4f4b6d4
2 changed files with 14 additions and 2 deletions

View File

@@ -918,6 +918,18 @@
margin-bottom: 10px;
}
.open_chat_carrier > span{
position: relative;
left:4px;
top: 2px;
}
.open_chat_carrier > img{
position:relative;
top: 6px;
filter: brightness(0) saturate(100%) invert(29%) sepia(98%) saturate(2173%) hue-rotate(122deg) brightness(101%) contrast(101%);
}
/*.open_chat_carrier:hover{*/
/* color: #FFFFFF;*/
/* background: #00A420;*/

View File

@@ -43,8 +43,8 @@
</a>
</div>
<button class="open_chat_carrier" onclick="open_chat({{ route.owner_id }})">
<img src="{% static "img/svg/Logo.svg" %}" width="30px" style="position:relative;top: 6px;">
<span style="position: relative;top: 2px;">Написать</span>
<img src="{% static "img/svg/Logo.svg" %}" width="30px">
<span >Написать сообщение</span>
{# <img src="{% static "/img/svg/email.svg" %}" width="25px" style="position:relative;left: 3px;">#}
</button>
<button class="open_inf_carrier" onclick="show_inf_carrier(this)">Открыть контакт</button>