modifs pas finies de la carte interactive + clean des scss

This commit is contained in:
Valentin
2024-11-02 04:12:25 +01:00
parent c56dadee02
commit e6d39d0dc3
24 changed files with 943 additions and 642 deletions

View File

@@ -5,17 +5,17 @@
@include beige_gradient();
position: relative;
> h2 {
@include main_title();
margin-top: 5vh;
margin-bottom: 7vh;
background-color: $beige;
z-index: 1;
position: relative;
width: auto;
display: inline-block;
@media (min-width: $breakpoint_tablet) {
background-color: unset;
}
margin-top: 5vh;
margin-bottom: 7vh;
background-color: $beige;
z-index: 1;
position: relative;
width: auto;
display: inline-block;
@include main_title();
@media (min-width: $breakpoint_tablet) {
background-color: unset;
}
}
.legende {
@@ -26,29 +26,29 @@
.fullpage_content {
> h2 {
@include main_title();
margin-top: 5vh;
margin-bottom: 1rem;
background-color: $beige;
z-index: 1;
position: relative;
width: auto;
display: inline-block;
@media (min-width: $breakpoint_tablet) {
background-color: unset;
}
margin-top: 5vh;
margin-bottom: 1rem;
background-color: $beige;
z-index: 1;
position: relative;
width: auto;
display: inline-block;
@include main_title();
@media (min-width: $breakpoint_tablet) {
background-color: unset;
}
}
.sous_titre {
@include main_text_content();
font-size: $l_font_size;
padding: 0 $x_margin;
font-size: $l_font_size;
padding: 0 $x_margin;
@include main_text_content();
}
p {
@include main_text_content();
padding: 0 $x_margin;
margin-bottom: 2rem;
padding: 0 $x_margin;
margin-bottom: 2rem;
@include main_text_content();
}
p:first-of-type {
@@ -57,26 +57,26 @@
.liens_fixed > div > div, .file_fixed > div > div {
padding: 0 calc($x_margin / 2);
text-align: right;
margin: 2rem 0;
@include fluo_button();
padding: 0 calc($x_margin / 2);
text-align: right;
margin: 2rem 0;
@include fluo_button();
a {
display: inline-block;
}
@media (min-width: $breakpoint_desktop) {
margin-bottom: 0 !important;
margin: 0;
position: fixed;
left: 75vw;
bottom: 10vh;
> div {
height: 3vh;
}
a {
display: inline-block;
}
@media (min-width: $breakpoint_desktop) {
margin-bottom: 0 !important;
margin: 0;
position: fixed;
left: 75vw;
bottom: 10vh;
> div {
height: 3vh;
}
a {
max-width: calc(25vw - $x_margin * 2);
}
max-width: calc(25vw - $x_margin * 2);
}
}
}
.file_fixed span:last-of-type {
display: none;
@@ -84,9 +84,9 @@
h3, h4, h5, h6 {
@include sous_titre();
margin-bottom: 1rem;
padding-left: $x_margin;
margin-bottom: 1rem;
padding-left: $x_margin;
@include sous_titre();
}
}