This commit is contained in:
armansansd 2022-09-20 16:02:07 +02:00
parent 60ecc3f860
commit 41dacd1858
3 changed files with 53 additions and 61 deletions

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

File diff suppressed because one or more lines are too long

View File

@ -651,11 +651,11 @@
// } // }
// Copy from themes end // Copy from themes end
.block-region-second{ .block-region-second{
display: grid; // display: grid;
grid-template-columns: repeat(10, 8%); // grid-template-columns: repeat(10, 8%);
padding-bottom: 3rem; padding-bottom: 3rem;
align-items: center; // align-items: center;
grid-column-gap: 2%; // grid-column-gap: 2%;
.field_programme div{ .field_programme div{
display: inline-block; display: inline-block;
@ -663,12 +663,13 @@
color: white; color: white;
font-weight: 600; font-weight: 600;
padding: .3rem .5rem; padding: .3rem .5rem;
margin-bottom: 1rem;
a{ a{
text-decoration: none; text-decoration: none;
} }
} }
/// // ///
#node\:title{ #node\:title{
margin: 0; margin: 0;
font-size: $font-large; font-size: $font-large;
@ -676,27 +677,20 @@
font-weight: 300; font-weight: 300;
font-style: italic; font-style: italic;
margin-bottom: 1rem; margin-bottom: 1rem;
//grid-row: 3;
grid-row: auto / span 2;
grid-column: 4 / span 6;
margin: 0; margin: 0;
} }
#node\:field_sous_titre{ // #node\:field_sous_titre{
grid-row: auto / span 2; // grid-row: auto / span 2;
grid-column: 4 / span 6; // grid-column: 4 / span 6;
} // }
#node\:field_image{ #node\:field_image{
grid-column: 1 / span 3; float: left;
grid-row: 2 / span 4; width: 40%;
// padding: .5rem; margin: -1rem 1rem 1.5rem 0;
} }
#node\:field_auteurs{ #node\:field_auteurs{
//grid-row: 2;
grid-row: auto / span 1;
grid-column: 4 / span 6;
// margin-top: 2rem; // margin-top: 2rem;
.field_auteurs{ .field_auteurs{
font-weight: 600; font-weight: 600;
@ -709,53 +703,51 @@
} }
} }
#node\:body{ #node\:body{
margin-top: 2rem; clear: both;
grid-column: 1 / span 10;
}
#node\:field_videos{
margin-top: 2rem;
grid-column: 1 / span 10;
// grid-row: 6;
grid-row: auto / span 1;
} }
// #node\:field_videos{
// margin-top: 2rem;
// grid-column: 1 / span 10;
// // grid-row: 6;
// grid-row: auto / span 1;
// }
#node\:field_type_de_ressource{ #node\:field_type_de_ressource{
// grid-row: 1; // grid-row: 1;
grid-row: auto / span 1; font-size: $font-small;
grid-column: 4/ span 6 ;
font-weight: 600; font-weight: 600;
align-self: start;
padding: .3rem .5rem; padding: .3rem .5rem;
text-transform: uppercase; text-transform: uppercase;
padding-left: calc(40% + 1rem);
} }
#node\:field_programme{ // #node\:field_programme{
margin-bottom: 1rem; // margin-bottom: 1rem;
// grid-row: 1; // // grid-row: 1;
grid-row: auto / span 1; // grid-row: auto / span 1;
grid-column: 1 / span 3; // grid-column: 1 / span 3;
} // }
#node\:field_date_de_parution{ // #node\:field_date_de_parution{
//grid-row: 4; // //grid-row: 4;
grid-row: auto / span 1; // grid-row: auto / span 1;
grid-column: 4/ span 6 ; // grid-column: 4/ span 6 ;
font-size: $font-medium; // font-size: $font-medium;
} // }
#node\:field_collections{ // #node\:field_collections{
//grid-row: 5; // //grid-row: 5;
grid-row: 3 / span 1; // grid-row: 3 / span 1;
grid-column: 4 / span 6; // grid-column: 4 / span 6;
font-size: $font-medium; // font-size: $font-medium;
} // }
#node\:field_sous_titre{ // #node\:field_sous_titre{
grid-row: auto / span 1; // grid-row: auto / span 1;
grid-column: 4/ span 6 ; // grid-column: 4/ span 6 ;
font-size: $font-medium; // font-size: $font-medium;
} // }
#node\:field_theme{ #node\:field_theme{
grid-column: 4 / span 6;
//grid-row: 6; vertical-align: bottom;
grid-row: auto / span 2; display: inline-block;
align-self: end; margin-top: 1rem;
a{ a{
text-decoration: none; text-decoration: none;
} }