From 0c91fc561f35f419d01f462425e7fa1f8cd8f3fa Mon Sep 17 00:00:00 2001 From: ouidade Date: Sun, 22 Jun 2025 22:09:41 +0200 Subject: [PATCH] =?UTF-8?q?transalte=20region=20third=20projets=20li=C3=A9?= =?UTF-8?q?es?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../custom/eql/dist/assets/css/bundle.css | 10 ++----- .../pages/_ressource-type-media-vidéos.scss | 28 +++++++++++-------- 2 files changed, 18 insertions(+), 20 deletions(-) diff --git a/web/themes/custom/eql/dist/assets/css/bundle.css b/web/themes/custom/eql/dist/assets/css/bundle.css index 1e706bf..ba53c88 100644 --- a/web/themes/custom/eql/dist/assets/css/bundle.css +++ b/web/themes/custom/eql/dist/assets/css/bundle.css @@ -6155,14 +6155,8 @@ body.type-media-reportage-photos .block-region-third .block-entity-fieldnodefiel order: 7; margin-top: 2rem; } - -body.type-media-vidéos .block-region-third .block-entity-fieldnodefield-projets-liee { - transform: translateY(-60vh); -} -body.type-media-vidéos .block-region-third .block-entity-fieldnodefield-liens, -body.type-media-vidéos .block-region-third .block-entity-fieldnodefield-fichiers, -body.type-media-vidéos .block-region-third .block-entity-fieldnodefield-ress { - transform: translateY(-16rem); +.page-node-type-ressource .type-media-vidéos.layout__region--top .block-region-top .block-entity-fieldnodefield-projets-liee { + margin-top: 0rem; } /*partials*/ diff --git a/web/themes/custom/eql/scss/pages/_ressource-type-media-vidéos.scss b/web/themes/custom/eql/scss/pages/_ressource-type-media-vidéos.scss index 1aa9359..0cd7d3b 100644 --- a/web/themes/custom/eql/scss/pages/_ressource-type-media-vidéos.scss +++ b/web/themes/custom/eql/scss/pages/_ressource-type-media-vidéos.scss @@ -39,6 +39,10 @@ order: 7; margin-top: 2rem; } + .block-entity-fieldnodefield-projets-liee{ + // order: 1; + margin-top: 0rem; + } } @@ -46,15 +50,15 @@ } -body.type-media-vidéos{ - .block-region-third{ - .block-entity-fieldnodefield-projets-liee{ - transform: translateY(-60vh); - } - .block-entity-fieldnodefield-liens, - .block-entity-fieldnodefield-fichiers, - .block-entity-fieldnodefield-ress{ - transform: translateY(-16rem); - } - } -} \ No newline at end of file +// body.type-media-vidéos{ +// .block-region-third{ +// .block-entity-fieldnodefield-projets-liee{ +// transform: translateY(-60vh); +// } +// .block-entity-fieldnodefield-liens, +// .block-entity-fieldnodefield-fichiers, +// .block-entity-fieldnodefield-ress{ +// transform: translateY(-16rem); +// } +// } +// } \ No newline at end of file