bouton retours ressources

This commit is contained in:
2025-11-18 09:55:47 +01:00
parent 7b687d2bae
commit fbf0f74bc2
3 changed files with 81 additions and 4 deletions

View File

@@ -19,7 +19,7 @@
#sites-map-container{
width: 100% !important;
padding-left: 1rem;
margin-top: 4rem;
margin-top: 3rem;
h2{
font-family: "gilroy-light";
text-transform: uppercase;
@@ -28,14 +28,45 @@
content: " :";
}
}
} .field_field_link{
div{
display: flex;
justify-content: center;
}
a{
display: inline-flex;
justify-content: space-between;
align-items: center;
color: white;
text-transform: uppercase;
font-size: 0.5rem;
padding-right: 0.5rem;
background-color: black;
padding-bottom: 0.1rem;
padding-top: 0.1rem;
padding-left: 0.2rem;
// svg{
// display: none;
// }
&::before{
display: inline-flex;
content: url("../img/noun-arrow-to-left.svg");
padding-right: 0.2rem;
padding-left: 0.2rem;
// padding-bottom: 0.2rem;
height: 12px;
}
}
}
}
}
.layout__region--second{
margin: auto;
flex: 0 1 70% !important;
margin-top: 4rem;
margin-top: 3rem;
margin-right: 2rem;
// width: 60%;
.block-region-second{