refonte page d'accueil nouveau design, sans images pour l'instant
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user