0.0.189 media 360px header for not user

This commit is contained in:
2023-11-01 15:10:21 +03:00
parent 189b9233ab
commit ffa6de7138
2 changed files with 14 additions and 5 deletions

View File

@@ -85,6 +85,11 @@
top: 45px;
}
.registration_button,
.enter_button{
display: none;
}
.top_block_static_wrapper_main{
background: unset;
}

View File

@@ -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>