0.0.189 media 360px header for not user
This commit is contained in:
@@ -85,6 +85,11 @@
|
|||||||
top: 45px;
|
top: 45px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.registration_button,
|
||||||
|
.enter_button{
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
.top_block_static_wrapper_main{
|
.top_block_static_wrapper_main{
|
||||||
background: unset;
|
background: unset;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -89,11 +89,11 @@
|
|||||||
|
|
||||||
{% if not user.is_authenticated %}
|
{% if not user.is_authenticated %}
|
||||||
|
|
||||||
<a
|
<a
|
||||||
class="registration_button"
|
class="registration_button"
|
||||||
href="{% url "registration_page" %}">
|
href="{% url "registration_page" %}">
|
||||||
Регистрация
|
Регистрация
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
<a
|
<a
|
||||||
class="enter_button"
|
class="enter_button"
|
||||||
@@ -101,6 +101,10 @@
|
|||||||
Войти
|
Войти
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
|
<div class="button_profile_header_mobile" onclick="show_header_list()">
|
||||||
|
<img src="/static/img/svg/userMobile.svg" alt="">
|
||||||
|
</div>
|
||||||
|
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user