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