This commit is contained in:
armansansd
2023-01-11 16:04:02 +00:00
parent 83d69628f2
commit 7fc6124cd5
12 changed files with 191 additions and 2 deletions

View File

@@ -37,6 +37,39 @@
}
.page-node-type-programme{
//tmp pour partenaire programme exode
// .field_partenaires{
// display: none;
// align-items: center;
// justify-items: center;
// // grid-template-columns: repeat(5 , 1fr);
// grid-template-columns: repeat(4 , 1fr);
// margin-top: 0.5rem;
// .paragraph{
// .field_logo_partenaire{
// div:first-child{
// display: none;
// }
// grid-column: 1;
// grid-row: 1;
// img{
// max-width: 80%;
// }
// }
// .field_nom_partenaire{
// display: none;
// div:first-child{
// display: none;
// }
// grid-column: 2;
// grid-row: 1;
// }
// }
// }
//end tmp
&.programme-2,&.programme-3,&.programme-4{
#programme_toc-block_5{
@@ -349,6 +382,7 @@
//background: center / contain no-repeat url(../../images/POPSU_monde.svg);
}
}
&.programme-6{
#node\:field_document .field_document{
background:$col-ter;
@@ -377,6 +411,16 @@
//background: center / contain no-repeat url(../../images/POPSU_metropoles.svg);
}
}
&.programme-883{
#node\:field_document .field_document{
background:$col-transition;
}
article{
h2,h3,h4,h5,h6,.field_titre{
color: $col-transition;
}
}
}
.layout-content{
position: relative;
}