From bd915f9472c25c84a950fd538e36f48612699fb5 Mon Sep 17 00:00:00 2001 From: ouidade Date: Wed, 28 May 2025 23:10:34 +0200 Subject: [PATCH] retouche desing titre, sous titre --- web/themes/custom/eql/dist/assets/css/bundle.css | 4 ++++ web/themes/custom/eql/scss/pages/_ressource.scss | 2 ++ 2 files changed, 6 insertions(+) diff --git a/web/themes/custom/eql/dist/assets/css/bundle.css b/web/themes/custom/eql/dist/assets/css/bundle.css index 06704a7..dace5ee 100644 --- a/web/themes/custom/eql/dist/assets/css/bundle.css +++ b/web/themes/custom/eql/dist/assets/css/bundle.css @@ -2329,6 +2329,10 @@ svg.ext { width: 80vw; } } +.page-node-type-ressource .layout__region--top .block-region-top .block-entity-fieldnodefield-sous-titre .field--name-field-edition { + font-weight: 600; + font-size: 2rem; +} .page-node-type-ressource .layout__region--top .block-region-top .block-entity-fieldnodefield-sous-titre .field--name-field-edition p { font-weight: 600; font-size: 2rem; diff --git a/web/themes/custom/eql/scss/pages/_ressource.scss b/web/themes/custom/eql/scss/pages/_ressource.scss index 8397477..9c12c3a 100644 --- a/web/themes/custom/eql/scss/pages/_ressource.scss +++ b/web/themes/custom/eql/scss/pages/_ressource.scss @@ -115,6 +115,8 @@ .block-entity-fieldnodefield-sous-titre{ .field--name-field-edition{ + font-weight: 600; + font-size: 2rem; p{ font-weight: 600; font-size: 2rem;