#1625 ajustement des ressources

This commit is contained in:
armansansd 2021-12-07 14:38:44 +01:00
parent 7bbad8d84b
commit 00f4ec5e38
3 changed files with 32 additions and 15 deletions

File diff suppressed because one or more lines are too long

View File

@ -621,7 +621,8 @@
font-weight: 300; font-weight: 300;
font-style: italic; font-style: italic;
margin-bottom: 1rem; margin-bottom: 1rem;
grid-row: 3; //grid-row: 3;
grid-row: auto / span 1;
grid-column: 4 / span 6; grid-column: 4 / span 6;
margin: 0; margin: 0;
@ -634,7 +635,8 @@
} }
#node\:field_auteurs{ #node\:field_auteurs{
grid-row: 2; //grid-row: 2;
grid-row: auto / span 1;
grid-column: 4 / span 6; grid-column: 4 / span 6;
// margin-top: 2rem; // margin-top: 2rem;
.field_auteurs{ .field_auteurs{
@ -649,37 +651,46 @@
#node\:field_videos{ #node\:field_videos{
margin-top: 2rem; margin-top: 2rem;
grid-column: 1 / span 10; grid-column: 1 / span 10;
grid-row: 6; // grid-row: 6;
} grid-row: auto / span 1;
#node\:field_theme{
grid-column: 4 / span 6;
grid-row: 5;
a{
text-decoration: none;
}
} }
#node\:field_type_de_ressource{ #node\:field_type_de_ressource{
grid-row: 1; // grid-row: 1;
grid-row: auto / span 1;
grid-column: 4/ span 6 ; grid-column: 4/ span 6 ;
font-weight: 600; font-weight: 600;
align-self: start; align-self: start;
padding: .3rem .5rem; padding: .3rem .5rem;
text-transform: uppercase;
} }
#node\:field_programme{ #node\:field_programme{
margin-bottom: 1rem; margin-bottom: 1rem;
grid-row: 1; // grid-row: 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-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: auto / span 1;
grid-column: 4 / span 6; grid-column: 4 / span 6;
font-size: $font-medium; font-size: $font-medium;
} }
#node\:field_theme{
grid-column: 4 / span 6;
//grid-row: 6;
grid-row: auto / span 2;
align-self: end;
a{
text-decoration: none;
}
}
} }
.block-region-third{ .block-region-third{
#node\:field_lien{ #node\:field_lien{

View File

@ -663,6 +663,12 @@
// h2{ // h2{
// text-align: center; // text-align: center;
// } // }
&>h2{
text-align: center;
}
.field_ressources_liees{
background: $trame;
}
article{ article{
a{ a{
text-decoration: none; text-decoration: none;