From 98d60ebe2e054e49a989fa839f69c9b8fd4caf3d Mon Sep 17 00:00:00 2001 From: ouidade Date: Fri, 3 Dec 2021 17:09:39 +0100 Subject: [PATCH] lien ext background --- web/themes/custom/eql/css-compiled/styles.css | 23 +++++++++++-------- web/themes/custom/eql/scss/pages/_static.scss | 1 + .../custom/eql/scss/partials/_footer.scss | 2 +- 3 files changed, 15 insertions(+), 11 deletions(-) diff --git a/web/themes/custom/eql/css-compiled/styles.css b/web/themes/custom/eql/css-compiled/styles.css index c9b4c7d..7724362 100644 --- a/web/themes/custom/eql/css-compiled/styles.css +++ b/web/themes/custom/eql/css-compiled/styles.css @@ -207,7 +207,8 @@ a { width: 70%; } .layout__region--third .block-region-third .block-entity-fieldnodefield-fichiers { height: fit-content; - border: 2px solid #009ee3; } + border: 2px solid #009ee3; + background-color: white; } .layout__region--third .block-region-third .field--name-field-fichiers { min-height: 4rem; background: white; @@ -1010,15 +1011,17 @@ header { display: flex; flex-direction: column-reverse; justify-content: flex-end; } - #fotter-bottom .region-footer-bottom-right #block-socialnetwork .field--name-body p { - display: flex; - flex-direction: row; } - #fotter-bottom .region-footer-bottom-right #block-socialnetwork .field--name-body p :nth-child(1):before { - display: block; - content: ""; - background: url("../images/pictos/logo-twitter.png"); } - #fotter-bottom .region-footer-bottom-right #block-socialnetwork .field--name-body p svg { - display: none; } + #fotter-bottom .region-footer-bottom-right #block-socialnetwork { + display: none; } + #fotter-bottom .region-footer-bottom-right #block-socialnetwork .field--name-body p { + display: flex; + flex-direction: row; } + #fotter-bottom .region-footer-bottom-right #block-socialnetwork .field--name-body p :nth-child(1):before { + display: block; + content: ""; + background: url("../images/pictos/logo-twitter.png"); } + #fotter-bottom .region-footer-bottom-right #block-socialnetwork .field--name-body p svg { + display: none; } #fotter-bottom .region-footer-bottom-right #block-pieddepage ul { margin-top: 0; color: #09398b; diff --git a/web/themes/custom/eql/scss/pages/_static.scss b/web/themes/custom/eql/scss/pages/_static.scss index 9a9c33f..d323713 100644 --- a/web/themes/custom/eql/scss/pages/_static.scss +++ b/web/themes/custom/eql/scss/pages/_static.scss @@ -81,6 +81,7 @@ .block-entity-fieldnodefield-fichiers{ height: fit-content; border: 2px solid $blue-light; + background-color: $white; } .field--name-field-fichiers{ diff --git a/web/themes/custom/eql/scss/partials/_footer.scss b/web/themes/custom/eql/scss/partials/_footer.scss index 70e74d7..076dbb0 100644 --- a/web/themes/custom/eql/scss/partials/_footer.scss +++ b/web/themes/custom/eql/scss/partials/_footer.scss @@ -57,7 +57,7 @@ justify-content: flex-end; #block-socialnetwork { - // display: none; + display: none; .field--name-body{ p{ display: flex;