8 Commits

Author SHA1 Message Date
db5ddbcd27 Merge branch 'stage' 2025-11-18 10:22:58 +01:00
f72c779266 traduction projet 2025-11-18 10:21:20 +01:00
c3e4e9f4ec bouton retours ressources 2025-11-18 10:21:17 +01:00
413df5f8e9 bouton retours ressources 2025-11-18 09:53:24 +01:00
2e228484db width map node projet 2025-11-17 23:25:23 +01:00
c169bbd3fb merge 2025-11-17 23:02:34 +01:00
31769ed721 display none bouton voir equipe 2025-11-17 16:03:39 +01:00
6dbf6696c8 bouton togle présentation équipe 2025-11-17 16:03:38 +01:00
4 changed files with 39 additions and 4 deletions

File diff suppressed because one or more lines are too long

View File

@@ -4245,6 +4245,7 @@ body {
margin-top: 1rem;
display: flex;
flex-direction: column;
margin-left: 2rem;
}
.node-type-projet .layout--threecol-25-50-25 .layout__region--first .block-region-first #sites-map-container {
width: 100% !important;
@@ -4299,7 +4300,6 @@ body {
flex: 0 1 45% !important;
margin-top: 1rem;
max-width: 45%;
margin-left: 3rem;
}
.node-type-projet .layout--threecol-25-50-25 .layout__region--second .block-region-second {
position: relative;

View File

@@ -25,7 +25,7 @@
display: flex;
flex-direction: column;
// align-items: center;
// margin-left: 2rem;
margin-left: 2rem;
// @media(max-width: 810px){
// position: relative;
// width: 100% !important;
@@ -97,7 +97,7 @@
flex: 0 1 45% !important;
margin-top: 1rem;
max-width: 45%;
margin-left: 3rem;
// margin-left: 3rem;
.block-region-second{
// margin-left: 3rem;
position: relative;

View File

@@ -59,6 +59,37 @@
}
}
}
.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;
}
}
}
}
}