fichers synthèse tous sites block-config-3 affichage avec js & css

This commit is contained in:
2024-07-03 11:53:36 +02:00
parent 08c620641c
commit d3dd44d009
8 changed files with 186 additions and 118 deletions
@@ -47,6 +47,7 @@
@extend %buttonwithborder;
}
.links{
@extend %buttonwithborder;
}
@@ -8,16 +8,19 @@
}
}
.region-content{
width: 80%;
margin: auto;
display: flex;
flex-direction: column;
display: grid;
// width: 80%;
// margin: auto;
// display: flex;
// flex-direction: column;
grid-template-columns: repeat(8 1fr);
grid-template-rows: repeat(3 auto);
#block-reha-prevnextblock{
display: flex;
flex-direction: row;
width: 1274px;
width: 70%;
grid-column: 1 /span 8;
grid-row: 1;
z-index: 97;
height: fit-content;
@@ -51,6 +54,8 @@
#block-reha-contenudelapageprincipale{
padding-top: 2rem;
padding-bottom: 3rem;
grid-column: 1 /span 8;
grid-row: 2;
.node-type-site{
margin: auto;
display: flex;
@@ -58,7 +63,7 @@
.entete_site{
background-color: white;
height: 520px;
width: 1274px;
width: 70%;
display: flex;
flex-direction: row;
margin: auto;
@@ -216,28 +221,37 @@
// top: -60px;
padding-top: 6rem;
position: relative;
width: 50%;
width: 70%;
margin: auto;
font-size: 1.3rem;
display: flex;
flex-direction: row-reverse;
justify-content: space-between;
.summary-content{
width: 75%;
}
.links-content{
width: 15%;
margin-top: 1.5rem;
.field--type-file{
border: none;
margin-bottom: 1rem;
background-color: transparent;
}
.field__item{
padding: 0.3rem;
border: solid black 1px;
margin-bottom: 1rem;
background-color: rgb(255, 255, 255);
font-size: 0.9rem;
>*{
text-transform: uppercase;
}
}
}
}
}
}
#block-reha-config-pages-3{
width: 15vw;
.field--name-field-fichier{
border: none;
margin-bottom: 1rem;
background-color: transparent;
.field__item{
text-transform: uppercase;
padding: 0.3rem;
border: solid black 1px;
margin-bottom: 1rem;
background-color: rgb(255, 255, 255);
font-size: 0.9rem;
}
}
}
}
}