0.0.111
This commit is contained in:
@@ -167,6 +167,7 @@ body.n_scroll{
|
||||
}
|
||||
.text_header.last_left{
|
||||
padding-right: 26px;
|
||||
text-decoration: none;
|
||||
}
|
||||
.description_page{
|
||||
margin-top: 0;
|
||||
@@ -849,6 +850,9 @@ body.n_scroll{
|
||||
background: none;
|
||||
width: 100%;
|
||||
transition: 200ms;
|
||||
text-decoration: none;
|
||||
display: block;
|
||||
text-align: center;
|
||||
}
|
||||
.btn_contacts_footer:hover{
|
||||
border-radius: 2px;
|
||||
|
||||
@@ -33,7 +33,7 @@
|
||||
<div class="standart_txt txt_footer">+1 234 5678901</div>
|
||||
<div class="standart_txt txt_footer">company@aerbim.com</div>
|
||||
</div>
|
||||
<button class="btn_contacts_footer">Контакты</button>
|
||||
<a href="{% url 'contacts' %}" class="btn_contacts_footer">Контакты</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
</a>
|
||||
<div class="right_part_header">
|
||||
<a class="standart_txt text_header pointer">Поддержка</a>
|
||||
<a class="standart_txt text_header last_left pointer">Контакты</a>
|
||||
<a href="{% url 'contacts' %}" class="standart_txt text_header last_left pointer">Контакты</a>
|
||||
<div class="splitter_text_header"></div>
|
||||
<div class="language_select close">
|
||||
<div class="first_line_language_select pointer" onclick="open_select_language()">
|
||||
@@ -26,7 +26,7 @@
|
||||
<body>
|
||||
{% csrf_token %}
|
||||
<div class="block_overlay hide"></div>
|
||||
{% include "blocks/static/header.html" %}
|
||||
{% include "blocks/b_header.html" %}
|
||||
{% include "blocks/b_curtain.html" %}
|
||||
|
||||
<div class="content">
|
||||
|
||||
Reference in New Issue
Block a user