This commit is contained in:
armansansd 2022-02-14 13:37:47 +01:00
parent 9e09405f3f
commit 4d35308c35
2 changed files with 95 additions and 95 deletions

File diff suppressed because one or more lines are too long

View File

@ -122,7 +122,7 @@
.block-region-third{ .block-region-third{
margin-top: 20rem; margin-top: 20rem;
#node\:field_equipes{ #node\:field_equipes{
visibility: hidden; // visibility: hidden;
} }
#node\:field_evenements_lies{ #node\:field_evenements_lies{
article{ article{
@ -347,101 +347,101 @@
#node\:field_equipes{ // #node\:field_equipes{
padding: 1rem 0; // padding: 1rem 0;
border-bottom: 3px dotted gray; // border-bottom: 3px dotted gray;
h2{ // h2{
cursor: pointer; // cursor: pointer;
display: grid; // display: grid;
grid-template-columns: 95% 5%; // grid-template-columns: 95% 5%;
align-content: center; // align-content: center;
font-family: "trueno"; // font-family: "trueno";
font-size: 1rem; // font-size: 1rem;
font-weight: 600; // font-weight: 600;
text-transform: initial; // text-transform: initial;
// text-align: center; // // text-align: center;
} // }
h2:after{ // h2:after{
content: ''; // content: '';
-webkit-transition: all 250ms ease; // -webkit-transition: all 250ms ease;
-moz-transition: all 250ms ease; // -moz-transition: all 250ms ease;
-o-transition: all 250ms ease; // -o-transition: all 250ms ease;
transition: all 250ms ease; // transition: all 250ms ease;
align-self: center; // align-self: center;
justify-self: center; // justify-self: center;
font-size: $font-big; // font-size: $font-big;
} // }
.rotate:after{ // .rotate:after{
transform: rotate(180deg); // transform: rotate(180deg);
-webkit-transition: all 250ms ease; // -webkit-transition: all 250ms ease;
-moz-transition: all 250ms ease; // -moz-transition: all 250ms ease;
-o-transition: all 250ms ease; // -o-transition: all 250ms ease;
transition: all 250ms ease; // transition: all 250ms ease;
} // }
.field_equipes{ // .field_equipes{
display: none; // display: none;
.paragraph{ // .paragraph{
display: grid; // display: grid;
.field_membres{ // .field_membres{
grid-row: 2; // grid-row: 2;
// >div:first-child{ // // >div:first-child{
// display: none; // // display: none;
// } // // }
.paragraph{ // .paragraph{
display: grid; // display: grid;
grid-template-columns: auto 1fr; // grid-template-columns: auto 1fr;
.field_nom{ // .field_nom{
grid-column: 2; // grid-column: 2;
grid-row: 1; // grid-row: 1;
padding-left: .3rem; // padding-left: .3rem;
display: inline-block; // display: inline-block;
width: auto; // width: auto;
font-weight: 500; // font-weight: 500;
>div:first-child{ // >div:first-child{
display: none; // display: none;
} // }
div:nth-of-type(2){ // div:nth-of-type(2){
display: inline-block; // display: inline-block;
width: auto; // width: auto;
} // }
} // }
.field_prenom{ // .field_prenom{
grid-column: 1; // grid-column: 1;
grid-row: 1; // grid-row: 1;
display: inline-block; // display: inline-block;
font-weight: 500; // font-weight: 500;
>div:first-child{ // >div:first-child{
display: none; // display: none;
} // }
div:nth-of-type(2){ // div:nth-of-type(2){
display: inline-block; // display: inline-block;
width: auto; // width: auto;
} // }
} // }
.field_fonction{ // .field_fonction{
grid-column: 1 / span 2; // grid-column: 1 / span 2;
>div:first-child{ // >div:first-child{
display: none; // display: none;
} // }
} // }
margin-bottom: .3rem; // margin-bottom: .3rem;
} // }
margin-bottom: .5rem; // margin-bottom: .5rem;
} // }
.field_type_equipe{ // .field_type_equipe{
grid-row: 1; // grid-row: 1;
font-weight: 600; // font-weight: 600;
font-size: $font-medium; // font-size: $font-medium;
margin-bottom: .5rem; // margin-bottom: .5rem;
div:first-child{ // div:first-child{
display: none; // display: none;
} // }
} // }
} // }
} // }
} // }
#node\:field_partenaires{ #node\:field_partenaires{
h2{ h2{
// color: black; // color: black;