This commit is contained in:
armansansd 2022-06-02 13:01:39 +02:00
parent ca240db095
commit ef6ec25234
3 changed files with 55 additions and 54 deletions

@ -1 +1 @@
Subproject commit 179aa994156fa9c986cf9eb9262872abb9c651a2 Subproject commit 5069345d9dffca8ff935d7a01d2bc97a1272f063

File diff suppressed because one or more lines are too long

View File

@ -510,6 +510,51 @@
} }
.page-node-type-projet, .page-node-type-theme{ .page-node-type-projet, .page-node-type-theme{
#node\:field_equipes{
border-bottom: 3px dotted gray;
padding: 0 0 1rem 0;
h2{
font-family: "trueno" !important;
font-size: $font-big;
font-weight: 600;
text-transform: initial;
cursor: pointer;
display: grid;
grid-template-columns: 95% 5%;
align-content: center;
margin: 1rem 0 0 0;
}
h2:after{
content: '';
-webkit-transition: all 250ms ease;
-moz-transition: all 250ms ease;
-o-transition: all 250ms ease;
transition: all 250ms ease;
align-self: center;
justify-self: center;
}
// h2:after{
// transform: rotate(180deg);
// -webkit-transition: all 250ms ease;
// -moz-transition: all 250ms ease;
// -o-transition: all 250ms ease;
// transition: all 250ms ease;
// }
.rotate:after{
transform: rotate(180deg);
-webkit-transition: all 250ms ease;
-moz-transition: all 250ms ease;
-o-transition: all 250ms ease;
transition: all 250ms ease;
}
.field_type_equipe{
font-weight: 500;
}
.field_equipes{
display: none;
}
}
.field_projets_lies, .field_themes_lies, .field_comparatifs_associes{ .field_projets_lies, .field_themes_lies, .field_comparatifs_associes{
article{ article{
display: grid; display: grid;
@ -659,51 +704,7 @@
color:black ; color:black ;
} }
} }
#node\:field_equipes{
border-bottom: 3px dotted gray;
padding: 0 0 1rem 0;
h2{
font-family: "trueno" !important;
font-size: $font-big;
font-weight: 600;
text-transform: initial;
cursor: pointer;
display: grid;
grid-template-columns: 95% 5%;
align-content: center;
margin: 1rem 0 0 0;
}
h2:after{
content: '';
-webkit-transition: all 250ms ease;
-moz-transition: all 250ms ease;
-o-transition: all 250ms ease;
transition: all 250ms ease;
align-self: center;
justify-self: center;
}
// h2:after{
// transform: rotate(180deg);
// -webkit-transition: all 250ms ease;
// -moz-transition: all 250ms ease;
// -o-transition: all 250ms ease;
// transition: all 250ms ease;
// }
.rotate:after{
transform: rotate(180deg);
-webkit-transition: all 250ms ease;
-moz-transition: all 250ms ease;
-o-transition: all 250ms ease;
transition: all 250ms ease;
}
.field_type_equipe{
font-weight: 500;
}
.field_equipes{
display: none;
}
}
} }
@ -712,15 +713,15 @@
#node\:title:before{ #node\:title:before{
content: "thème"; content: "thème";
} }
#node\:field_equipes{ // #node\:field_equipes{
h2{ // h2{
color: white !important; // color: white !important;
text-align: left !important; // text-align: left !important;
cursor: pointer; // cursor: pointer;
} // }
} // }
// .block-region-third{ // .block-region-third{
// #node\:field_partenaires{ // #node\:field_partenaires{
// h2{ // h2{