grid ressource video
This commit is contained in:
@@ -2377,6 +2377,27 @@ svg.ext {
|
||||
margin-bottom: 0.5rem;
|
||||
}
|
||||
}
|
||||
.page-node-type-ressource .layout__region--top .block-region-top:has(.type-de-media-video) .block-entity-fieldnodefield-type-de-ressource {
|
||||
order: 1;
|
||||
}
|
||||
.page-node-type-ressource .layout__region--top .block-region-top:has(.type-de-media-video) .block-entity-fieldnodetitle {
|
||||
order: 2;
|
||||
}
|
||||
.page-node-type-ressource .layout__region--top .block-region-top:has(.type-de-media-video) .block-entity-fieldnodefield-sous-titre {
|
||||
order: 3;
|
||||
}
|
||||
.page-node-type-ressource .layout__region--top .block-region-top:has(.type-de-media-video) .block-entity-fieldnodefield-edition {
|
||||
order: 5;
|
||||
}
|
||||
.page-node-type-ressource .layout__region--top .block-region-top:has(.type-de-media-video) .block-entity-fieldnodefield-auteur-s- {
|
||||
order: 4;
|
||||
}
|
||||
.page-node-type-ressource .layout__region--top .block-region-top:has(.type-de-media-video) .block-entity-fieldnodefield-date-de-parution {
|
||||
order: 6;
|
||||
}
|
||||
.page-node-type-ressource .layout__region--top .block-region-top:has(.type-de-media-video) .block-entity-fieldnodefield-videos {
|
||||
order: 7;
|
||||
}
|
||||
.page-node-type-ressource .layout__region--top .block-block-content4e5df355-e76c-4e44-bec0-e211d94f2640:empty,
|
||||
.page-node-type-ressource .layout__region--top .block-entity-fieldnodefield-type-de-ressource:empty,
|
||||
.page-node-type-ressource .layout__region--top .block-entity-fieldnodetitle:empty,
|
||||
|
||||
@@ -178,10 +178,27 @@
|
||||
|
||||
}
|
||||
|
||||
.block-region-top:has(.type-de-media-video)
|
||||
|
||||
.block-region-top:has(.type-de-media-video){
|
||||
|
||||
.block-entity-fieldnodefield-type-de-ressource{
|
||||
order: 1;
|
||||
}
|
||||
.block-entity-fieldnodetitle{
|
||||
order:2;
|
||||
}
|
||||
.block-entity-fieldnodefield-sous-titre{
|
||||
order: 3;
|
||||
}
|
||||
.block-entity-fieldnodefield-edition{
|
||||
order: 5;
|
||||
}
|
||||
.block-entity-fieldnodefield-auteur-s-{
|
||||
order: 4;
|
||||
}
|
||||
.block-entity-fieldnodefield-date-de-parution{
|
||||
order: 6;
|
||||
}
|
||||
.block-entity-fieldnodefield-videos{order: 7;}
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user