This commit is contained in:
2023-08-06 14:14:27 +03:00
parent 1ea38af75f
commit 55ddbe917f
3 changed files with 12 additions and 12 deletions

View File

@@ -700,9 +700,9 @@
}
.left-part-carrier-card{
width: calc(65% - 20px);
width: 58%;
float: left;
padding: 20px;
padding: 2%;
}
.first-line-card-carrier{
@@ -912,21 +912,20 @@
border: 2px solid #00a420;
padding: 8px 16px;
background: #FFFFFF;
transition: 200ms;
border-radius: 10px;
width: 100%;
margin-bottom: 10px;
}
.open_chat_carrier:hover{
color: #FFFFFF;
background: #00a420;
}
/*.open_chat_carrier:hover{*/
/* color: #FFFFFF;*/
/* background: #00A420;*/
/*}*/
.inf_carrier_container{
width: calc(35% - 61px);
width: 33%;
float: right;
padding: 20px;
padding: 2%;
border-left: 1px solid #E6E6E6;
}

View File

@@ -21,4 +21,5 @@ function show_inf_carrier (el) {
el.style.display = "none"
}
}
}

View File

@@ -43,9 +43,9 @@
</a>
</div>
<button class="open_chat_carrier" onclick="show_inf_carrier(this)">
<img src="{% static "img/svg/Logo.svg" %}" width="55px" style="position:relative;top: 4px;">
<img src="{% static "img/svg/Logo.svg" %}" width="30px" style="position:relative;top: 8px;">
<span style="position: relative;top: 4px;">Написать</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>
</form>