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