rouen-metropole: remove authentic specific header (#77606)

This commit is contained in:
Corentin Sechet 2023-05-15 15:52:36 +02:00 committed by Corentin Sechet
parent df57f314a2
commit 38cdb6fa5b
2 changed files with 0 additions and 44 deletions

View File

@ -201,41 +201,6 @@ main {
}
}
body.authentic-page, body.registration-page {
div#header {
background: $authentik-header-background;
#logo {
display: none;
}
}
div.gru-nav-wrapper {
background: $authentik-header-background;
li:hover > a {
background-color: $authentik-header-background;
color: black;
text-decoration: underline;
}
}
#nav > *:not(#back-portal) {
display: none;
}
div#footer-wrapper {
background: $authentik-header-background;
}
%button {
background: $authentik-button-background;
color: $authentik-button-color;
&:hover {
background: $authentik-button-hover-background;
color: $authentik-button-hover-color;
}
}
}
.combo-placeholder{
&--columns-top,
&--columns-bottom {

View File

@ -1,9 +0,0 @@
{% extends "authentic2/base.html" %}
{% block menu_right %}
<ul id="back-portal">
<li>
<a href="{% firstof home_url portal_url %}">Retourner au portail</a>
</li>
</ul>
{% endblock %}