refonte page d'accueil nouveau design, sans images pour l'instant

This commit is contained in:
2026-05-29 01:15:56 +02:00
parent 39ed94c029
commit 1956952a2a
31 changed files with 1407 additions and 1346 deletions
@@ -8,6 +8,7 @@
body {
height: 100vh;
overflow: scroll;
background-color: $page_bg;
.layout-container {
position: relative;
display: flex;
@@ -27,6 +28,7 @@ body {
z-index: 0;
}
#background {
display: none;
z-index: -1;
}
}
@@ -59,6 +61,15 @@ em {
display: none;
}
// Footer générique des vues (footer link, ex: "Voir toutes les actualités")
footer.fluo_links {
@include fluo_button();
display: flex;
justify-content: center;
margin-top: 2rem;
p { margin: 0; }
}
// debug
/* * {
border: solid 1px red !important;