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