From 30590c26e8975f2f609233d4189c0e58ca6db575 Mon Sep 17 00:00:00 2001 From: ouidade Date: Fri, 17 Dec 2021 17:19:54 +0100 Subject: [PATCH] =?UTF-8?q?a=C3=A9rer=20titre=20dans=20texte=20et=20ancres?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/themes/custom/eql/css-compiled/styles.css | 9 ++++++--- web/themes/custom/eql/scss/pages/_static.scss | 5 ++++- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/web/themes/custom/eql/css-compiled/styles.css b/web/themes/custom/eql/css-compiled/styles.css index f4ea6f3..89d2408 100644 --- a/web/themes/custom/eql/css-compiled/styles.css +++ b/web/themes/custom/eql/css-compiled/styles.css @@ -208,8 +208,9 @@ a { font-weight: 1000; color: #09398b; border-bottom: 1px solid #009ee3; - padding-bottom: 0.5rem; - padding-right: 1rem; } + padding-bottom: 0.8rem; + padding-right: 1rem; + margin-top: 1rem; } .path-node.page-node-type-static .layout-container .layout-content .layout__region--first .block-region-first .block-entity-fieldnodefield-textes .field--name-field-titre:hover { text-decoration: underline; } @@ -220,7 +221,9 @@ a { font-weight: 1000; font-family: 'Source Code Pro'; color: #09398b; - text-transform: uppercase; } + text-transform: uppercase; + margin-top: 2rem; + margin-bottom: 0.8rem; } .path-node.page-node-type-static .layout-container .layout-content .layout__region--second .block-entity-fieldnodefield-textes h4 { text-transform: none !important; } .path-node.page-node-type-static .layout-container .layout-content .layout__region--second .block-entity-fieldnodefield-textes h4 img { diff --git a/web/themes/custom/eql/scss/pages/_static.scss b/web/themes/custom/eql/scss/pages/_static.scss index c497539..67457ac 100644 --- a/web/themes/custom/eql/scss/pages/_static.scss +++ b/web/themes/custom/eql/scss/pages/_static.scss @@ -51,8 +51,9 @@ font-weight: 1000; color: $blue-dark; border-bottom: 1px solid $blue-light; - padding-bottom: 0.5rem; + padding-bottom: 0.8rem; padding-right: 1rem; + margin-top: 1rem; &:hover{ text-decoration: underline; @@ -72,6 +73,8 @@ font-family: 'Source Code Pro'; color: $blue-dark; text-transform: uppercase; + margin-top: 2rem; + margin-bottom: 0.8rem; } h4{ text-transform: none !important;