From a0f7777873f8e905cbf04b60e600dd618d70fc3d Mon Sep 17 00:00:00 2001 From: ouidade Date: Mon, 7 Mar 2022 13:15:57 +0100 Subject: [PATCH] bandeau bleu page /projets --- web/profiles/d8-starterkit-profile | 2 +- web/themes/custom/eql/css-compiled/styles.css | 14 ++++++++++++++ .../custom/eql/scss/pages/_lesprojets.scss | 16 ++++++++++++++++ 3 files changed, 31 insertions(+), 1 deletion(-) diff --git a/web/profiles/d8-starterkit-profile b/web/profiles/d8-starterkit-profile index 6fb8027..6fe8986 160000 --- a/web/profiles/d8-starterkit-profile +++ b/web/profiles/d8-starterkit-profile @@ -1 +1 @@ -Subproject commit 6fb80278a224c3fe38d240c4237dc5f845bf0529 +Subproject commit 6fe8986494069c7e9bf019cbe98d8f2c7d5166d0 diff --git a/web/themes/custom/eql/css-compiled/styles.css b/web/themes/custom/eql/css-compiled/styles.css index 8dd5f87..6bb7d30 100644 --- a/web/themes/custom/eql/css-compiled/styles.css +++ b/web/themes/custom/eql/css-compiled/styles.css @@ -2886,6 +2886,20 @@ a { .path-webform .region-content #webform-submission-question-add-form #edit-actions #edit-actions-submit:after { content: url('data:image/svg+xml,'); } +.path-projets span { + padding-top: 3rem; + padding-bottom: 3rem; + vertical-align: middle; } + .path-projets span h2 { + margin: 0; + padding-top: 2rem; + height: 4rem; + color: white; + font-family: "Source Code Pro"; + text-transform: uppercase; + background: #009ee3; + padding-left: 13%; } + .path-projets .layout--onecol .block-region-content .block-config-pages-block { width: 60%; margin: auto; } diff --git a/web/themes/custom/eql/scss/pages/_lesprojets.scss b/web/themes/custom/eql/scss/pages/_lesprojets.scss index 041659e..b90058b 100644 --- a/web/themes/custom/eql/scss/pages/_lesprojets.scss +++ b/web/themes/custom/eql/scss/pages/_lesprojets.scss @@ -1,4 +1,20 @@ .path-projets{ + span{ + padding-top: 3rem; + padding-bottom: 3rem; + vertical-align: middle; + h2{ + margin: 0; + padding-top: 2rem; + height: 4rem; + color: $white; + font-family: "Source Code Pro"; + text-transform: uppercase; + background: $blue-light; + padding-left: 13%; + + } + } .layout--onecol{ .block-region-content{