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

@@ -1,8 +1,7 @@
.layout-container > footer {
width: 100vw;
width: 100%;
background-color: white;
z-index: 99;
box-shadow: 0px -4px 4px rgba(0, 0, 0, 0.2);
margin-top: 50px;
padding: 0 $x_margin;
#footer_middle {
@@ -69,35 +68,39 @@
width: auto;
}
}
#footer_right {
width: 30%;
#block-erabletheme-socialmedialinks-2 ul {
display: flex;
justify-content: space-between;
li a {
span {
font-weight: lighter;
font-size: 1.4rem;
width: 2.2rem;
height: 2.2rem;
padding: 0.4rem;
border-radius: 1.1rem;
color: white;
background-color: $teal;
}
svg.ext {
display: none;
}
display: flex;
justify-content: space-between;
li {
a {
span {
font-weight: lighter;
font-size: 1.4rem;
width: 2.2rem;
height: 2.2rem;
padding: 0.4rem;
border-radius: 1.1rem;
color: white;
background-color: $teal;
}
svg.ext {
display: none;
}
}
&:last-of-type {
margin-left: 25px;
}
}
}
@media (min-width: $breakpoint_tablet) {
width: 25vw;
padding-left: 15vw;
padding-right: $x_margin;
width: auto;
margin-right: 25px;
}
}
}
@media (min-width: $breakpoint_tablet) {
display: flex;
@@ -106,4 +109,4 @@
@media (min-width: $breakpoint_tablet) {
padding: 0;
}
}
}