From cdc609b2c416c0d432c705658c407b71eae11104 Mon Sep 17 00:00:00 2001 From: ouidade Date: Tue, 27 May 2025 12:17:36 +0200 Subject: [PATCH] border vignettes --- web/themes/custom/eql/dist/assets/css/bundle.css | 1 + web/themes/custom/eql/scss/pages/_static.scss | 1 + 2 files changed, 2 insertions(+) diff --git a/web/themes/custom/eql/dist/assets/css/bundle.css b/web/themes/custom/eql/dist/assets/css/bundle.css index 3724af0..aa56173 100644 --- a/web/themes/custom/eql/dist/assets/css/bundle.css +++ b/web/themes/custom/eql/dist/assets/css/bundle.css @@ -490,6 +490,7 @@ svg.ext { .path-node.page-node-type-static .layout-container .layout-content .layout__region--third .block-region-third .block-entity-fieldnodefield-ress .node-type-ressource div .field--name-field-images img { width: 100%; height: auto; + border: solid 1px gray; } .path-node.page-node-type-static .layout-container .layout-content .layout__region--third .block-region-third .block-entity-fieldnodefield-ress .node-type-ressource div .field--name-field-date-de-parution { order: 6; diff --git a/web/themes/custom/eql/scss/pages/_static.scss b/web/themes/custom/eql/scss/pages/_static.scss index b259532..6e0970b 100644 --- a/web/themes/custom/eql/scss/pages/_static.scss +++ b/web/themes/custom/eql/scss/pages/_static.scss @@ -271,6 +271,7 @@ img{ width: 100%; height: auto; + border: solid 1px gray; } } .field--name-field-date-de-parution{