annuaire de recherche

This commit is contained in:
2021-12-17 12:11:54 +01:00
parent 9528ce666e
commit 67d77b2046
4 changed files with 183 additions and 20 deletions
@@ -1,26 +1,98 @@
.path-ressources.annuairederecherche{
.layout-content{
background: url('../images/pictos/carre-contour-bleu_programme.svg');
background-repeat: no-repeat;
background-position-y: 20vh;
max-width: 100vw;
background-size: cover;
.region-content{
#block-contenudelapageprincipale{
span{
padding-top: 3rem;
padding-bottom: 3rem;
vertical-align: middle;
color: $white;
h2{
margin: 0;
padding-top: 2rem;
height: 4rem;
font-family: 'Source Code Pro';
font-size: 2rem;
font-weight: 800;
color: $white;
font-family: "Source Code Pro";
background-color: $blue-light;
text-transform: uppercase;
background: $blue-light;
// padding-left: 13%;
width: fit-content;
margin-left: 10%;
margin-top: 8rem;
margin-bottom: 6rem;
}
}
.layout--threecol-25-50-25{
.layout__region--second{
flex: 0 1 50%;
margin-left: 25%;
.block-region-second{
.block-config-pages-block{
background-color: $white;
margin-bottom: 4rem;
}
.node-type-partenaires_logo_footer_{
margin-bottom: 3rem;
div{
display: grid;
grid-template-columns: auto auto;
grid-template-rows: auto auto auto;
.field--name-field-logo{
grid-column: 1;
grid-row: 1 /span 3;
margin-right: 1rem;
max-height: 8rem;
a{
height: 8rem;
width: 8rem;
img{
height: 100%;
width: 100%;
object-fit: contain;
}
}
}
.field--name-title{
grid-column: 2;
font-weight: 800;
}
.field--name-body{
grid-column: 2;
p {margin: 0;}
}
.field--name-field-lien{
grid-column: 2;
a{
color: $black;
text-decoration: underline;
svg{
display: none;
}
}
}
}
}
}
}
}
}
}
}
}
}
}
@@ -72,6 +72,20 @@
}
}
}
// .view-filters{
// .views-exposed-form-base-de-donnees-block-1{
// .form-item-field-type-de-ressource-target-id{
// #edit-field-type-de-ressource-target-id{
// label{
// display: none;
// }
// }
// }
// }
// }
}