From b46b1d637d755fe740406f588cc3afe404e72b28 Mon Sep 17 00:00:00 2001 From: ouidade Date: Sat, 20 Nov 2021 21:58:18 +0100 Subject: [PATCH] background blue page actus + footer white --- web/themes/custom/eql/css-compiled/styles.css | 7 ++++++- web/themes/custom/eql/scss/pages/_actualites.scss | 5 ++++- web/themes/custom/eql/scss/partials/_footer.scss | 1 + 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/web/themes/custom/eql/css-compiled/styles.css b/web/themes/custom/eql/css-compiled/styles.css index 1b0d7c1..a4a88e3 100644 --- a/web/themes/custom/eql/css-compiled/styles.css +++ b/web/themes/custom/eql/css-compiled/styles.css @@ -334,6 +334,10 @@ a { .field--name-field-partenaires a svg { display: none; } +.path-actualites { + background-color: rgba(0, 158, 227, 0.2); + margin: 0; } + .node-type-actualite { color: #09398b; line-height: 1.5rem; @@ -455,7 +459,8 @@ header { #fotter-bottom { display: flex; flex: 1 1 120px; - flex-direction: row; } + flex-direction: row; + background-color: white; } #fotter-bottom .region { display: block; padding-left: 1rem; diff --git a/web/themes/custom/eql/scss/pages/_actualites.scss b/web/themes/custom/eql/scss/pages/_actualites.scss index f644966..90196e5 100644 --- a/web/themes/custom/eql/scss/pages/_actualites.scss +++ b/web/themes/custom/eql/scss/pages/_actualites.scss @@ -6,7 +6,10 @@ - +.path-actualites{ + background-color: $background-actus; + margin: 0; +} .node-type-actualite{ diff --git a/web/themes/custom/eql/scss/partials/_footer.scss b/web/themes/custom/eql/scss/partials/_footer.scss index fbe89b6..51add98 100644 --- a/web/themes/custom/eql/scss/partials/_footer.scss +++ b/web/themes/custom/eql/scss/partials/_footer.scss @@ -5,6 +5,7 @@ display: flex; flex: 1 1 120px; flex-direction: row; + background-color: $white; .region{ display: block;