misc: remove back to partner page link (#47611)

This commit is contained in:
Serghei Mihai 2020-10-13 16:12:04 +02:00
parent 7b3ba87f6d
commit ff437ecde1
3 changed files with 0 additions and 30 deletions

View File

@ -142,26 +142,6 @@ div#header {
}
}
}
div#return {
background: $primary-color;
position: absolute;
top: 50%;
left: 1%;
@media screen and (max-width: $mobile-limit) {
top: 3%;
}
a {
color: #000;
background: #fff url(images/back.png) center left no-repeat;
background-size: contain;
padding: 10px 0 10px 50px;
@media screen and (max-width: $mobile-limit) {
display: block;
text-indent: -9999px;
}
}
}
div#help {
position: absolute;
top: 25%;

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.4 KiB

View File

@ -39,16 +39,6 @@
<div id="header-wrapper" >
<div id="header">
{% block header-top %}
{% if request.partner or a2_return_url %}
<div id="return">
{% if request.partner %}
<a href="{{ request.partner.url }}" class="highlight" style="color: {{ request.partner.color }}">{{ request.partner.name }}</a>
{% else %}
<a href="{{ a2_return_url }}" class="highlight">Mon compte</a>
{% endif %}
</div>
{% endif %}
{% if help_url %}
<div id="help" class="desktop-only">
<a href="{{ help_url }}" target="_blank" rel="noopener">Besoin d'aide</a>