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

View File

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

View File

@@ -43,9 +43,9 @@
</a> </a>
</div> </div>
<button class="open_chat_carrier" onclick="show_inf_carrier(this)"> <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;"> <img src="{% static "/img/svg/email.svg" %}" width="25px" style="position:relative;left: 3px;">
{# Открыть чат#}
</button> </button>
<button class="open_inf_carrier" onclick="show_inf_carrier(this)">Открыть контакт</button> <button class="open_inf_carrier" onclick="show_inf_carrier(this)">Открыть контакт</button>
</form> </form>