From 38122800fe75757e1aaabad7142d124ee7231080 Mon Sep 17 00:00:00 2001 From: ouidade Date: Fri, 21 Jan 2022 18:13:56 +0100 Subject: [PATCH] background sumary actu --- web/themes/custom/eql/css-compiled/styles.css | 10 ++++++---- web/themes/custom/eql/scss/pages/_actualite.scss | 3 +++ web/themes/custom/eql/scss/pages/_webform.scss | 2 +- 3 files changed, 10 insertions(+), 5 deletions(-) diff --git a/web/themes/custom/eql/css-compiled/styles.css b/web/themes/custom/eql/css-compiled/styles.css index d68883e..021795a 100644 --- a/web/themes/custom/eql/css-compiled/styles.css +++ b/web/themes/custom/eql/css-compiled/styles.css @@ -900,6 +900,8 @@ a { width: 90%; } .path-node.page-node-type-actualite .layout--threecol-25-50-25 .layout__region--second .block-region-second .block-entity-fieldnodebody p { margin-top: 0; } + .path-node.page-node-type-actualite .layout--threecol-25-50-25 .layout__region--second .block-region-second .block-entity-fieldnodebody .field--type-text-with-summary { + background-color: white; } .path-node.page-node-type-actualite .layout--threecol-25-50-25 .layout__region--second .block-region-second .block-entity-fieldnodefield-textes { background-color: white; } .path-node.page-node-type-actualite .layout--threecol-25-50-25 .layout__region--second .block-region-second .block-entity-fieldnodefield-textes .field--name-field-titre { @@ -2361,7 +2363,7 @@ a { margin-left: 13%; margin-right: 20%; width: 60%; } - .path-webform .region-content #webform-submission-deposer-une-contribution-add-form .form-item--titre-du-document { + .path-webform .region-content #webform-submission-deposer-une-contribution-add-form .form-item-titre-du-document { margin-left: 13%; margin-right: 20%; width: 60%; @@ -2369,14 +2371,14 @@ a { flex-direction: row; flex-wrap: wrap; margin-top: 2rem; } - .path-webform .region-content #webform-submission-deposer-une-contribution-add-form .form-item--titre-du-document:after { + .path-webform .region-content #webform-submission-deposer-une-contribution-add-form .form-item-titre-du-document:after { content: "*"; color: red; font-size: 2rem; padding-left: 0.5rem; } - .path-webform .region-content #webform-submission-deposer-une-contribution-add-form .form-item--titre-du-document label { + .path-webform .region-content #webform-submission-deposer-une-contribution-add-form .form-item-titre-du-document label { width: 100%; } - .path-webform .region-content #webform-submission-deposer-une-contribution-add-form .form-item--titre-du-document input { + .path-webform .region-content #webform-submission-deposer-une-contribution-add-form .form-item-titre-du-document input { width: 90%; height: 5rem; } .path-webform .region-content #webform-submission-deposer-une-contribution-add-form .form-item-auteur-s- { diff --git a/web/themes/custom/eql/scss/pages/_actualite.scss b/web/themes/custom/eql/scss/pages/_actualite.scss index 2b6cbfe..9e44a63 100644 --- a/web/themes/custom/eql/scss/pages/_actualite.scss +++ b/web/themes/custom/eql/scss/pages/_actualite.scss @@ -133,6 +133,9 @@ p{ margin-top: 0; } + .field--type-text-with-summary{ + background-color: white; + } } .block-entity-fieldnodefield-textes{ diff --git a/web/themes/custom/eql/scss/pages/_webform.scss b/web/themes/custom/eql/scss/pages/_webform.scss index ff3f78f..8e9b03b 100644 --- a/web/themes/custom/eql/scss/pages/_webform.scss +++ b/web/themes/custom/eql/scss/pages/_webform.scss @@ -56,7 +56,7 @@ width: 60%; } - .form-item--titre-du-document{ + .form-item-titre-du-document{ margin-left: 13%; margin-right: 20%; width: 60%;