0.0.48
This commit is contained in:
@@ -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;*/
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user