Rouen Métropole : ajustements (#77606) #266

Merged
csechet merged 4 commits from wip/77606-rouen-metropole-ajustements into main 2023-05-17 14:17:17 +02:00
2 changed files with 7 additions and 50 deletions

View File

@ -137,11 +137,6 @@ div#toplinks {
div.cell {
padding-right: 0;
h2:first-child {
margin-left: 10px !important;
margin-right: 10px !important;
}
}
main {
@ -201,45 +196,16 @@ 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 {
margin-right: 0;
margin-right: 2em;
div.text-cell {
h3, h4, h5, p, table {
margin: 0;
}
}
}
&--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 %}