0.0.42
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
@@ -21,4 +21,5 @@ function show_inf_carrier (el) {
|
||||
el.style.display = "none"
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user