From f7191629d020d1aeb2a99b13b1bc6e99661bb16f Mon Sep 17 00:00:00 2001 From: ouidade Date: Thu, 23 Dec 2021 17:46:00 +0100 Subject: [PATCH] css textes 1 actu --- web/themes/custom/eql/css-compiled/styles.css | 7 ++++++- web/themes/custom/eql/scss/pages/_actualite.scss | 6 ++++++ 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/web/themes/custom/eql/css-compiled/styles.css b/web/themes/custom/eql/css-compiled/styles.css index b8a1c40..04df81c 100644 --- a/web/themes/custom/eql/css-compiled/styles.css +++ b/web/themes/custom/eql/css-compiled/styles.css @@ -753,9 +753,14 @@ a { color: #09398b; border-bottom: 1px solid #009ee3; padding-bottom: 0.5rem; - padding-right: 1rem; } + padding-right: 1rem; + margin-top: 2rem; + margin-bottom: 0.8rem; } .path-node.page-node-type-actualite .layout--threecol-25-50-25 .layout__region--first .block-entity-fieldnodefield-textes .field--name-field-titre:hover { text-decoration: underline; } + .path-node.page-node-type-actualite .layout--threecol-25-50-25 .layout__region--first .block-entity-fieldnodefield-textes a.ext { + color: black; + text-decoration: underline; } .path-node.page-node-type-actualite .layout--threecol-25-50-25 .layout__region--second { flex: 0 1 50%; diff --git a/web/themes/custom/eql/scss/pages/_actualite.scss b/web/themes/custom/eql/scss/pages/_actualite.scss index 175828d..bd79a79 100644 --- a/web/themes/custom/eql/scss/pages/_actualite.scss +++ b/web/themes/custom/eql/scss/pages/_actualite.scss @@ -84,11 +84,17 @@ border-bottom: 1px solid $blue-light; padding-bottom: 0.5rem; padding-right: 1rem; + margin-top: 2rem; + margin-bottom: 0.8rem; &:hover{ text-decoration: underline; } } + a.ext{ + color: $black; + text-decoration: underline; + } } } .layout__region--second{