From cd2e9a4a50df7a92417411d85872a5bca059716d Mon Sep 17 00:00:00 2001 From: ouidade Date: Fri, 26 Nov 2021 23:29:35 +0100 Subject: [PATCH] small design detail --- web/themes/custom/eql/css-compiled/styles.css | 41 ++++++++++--------- .../custom/eql/scss/partials/_footer.scss | 4 +- 2 files changed, 24 insertions(+), 21 deletions(-) diff --git a/web/themes/custom/eql/css-compiled/styles.css b/web/themes/custom/eql/css-compiled/styles.css index 2734f9d..68a5de8 100644 --- a/web/themes/custom/eql/css-compiled/styles.css +++ b/web/themes/custom/eql/css-compiled/styles.css @@ -468,27 +468,26 @@ a { font-weight: 800; color: white; background-color: #009ee3; - text-transform: uppercase; - padding: 2rem 1rem 2rem 1rem; } + text-transform: uppercase; } -.node-id-4 { +.node-id-5 .region-content { background: url("../images/pictos/carre-contour-bleu_contact.svg"); background-repeat: no-repeat; } - .node-id-4 .layout__region--top { - padding-bottom: 3rem; } - .node-id-4 .layout__region--top .block-region-top { - height: 200px; } - .node-id-4 .layout__region--top .block-region-top .block-entity-fieldnodetitle { - width: 80%; - margin-left: 13%; } - .node-id-4 .layout__region--top .block-region-top .block-entity-fieldnodetitle .field--name-title { - font-family: 'Source Code Pro'; - font-size: 2rem; - font-weight: 800; - color: white; - background-color: #009ee3; - text-transform: uppercase; - padding: 2rem 1rem 2rem 1rem; } + +.node-id-5 .layout__region--top { + padding-bottom: 3rem; } + .node-id-5 .layout__region--top .block-region-top { + height: 200px; } + .node-id-5 .layout__region--top .block-region-top .block-entity-fieldnodetitle { + width: 80%; + margin-left: 13%; } + .node-id-5 .layout__region--top .block-region-top .block-entity-fieldnodetitle .field--name-title { + font-family: 'Source Code Pro'; + font-size: 2rem; + font-weight: 800; + color: white; + background-color: #009ee3; + text-transform: uppercase; } /*partials*/ .layout-container { @@ -601,7 +600,8 @@ header { border-left: #009ee3 solid 1px; } #fotter-bottom .region h2 { margin-top: 0; - color: #09398b; } + color: #09398b; + font-size: 1.2rem; } #fotter-bottom .region img { max-width: 5rem; max-height: 5rem; } @@ -615,7 +615,8 @@ header { list-style: none; } #fotter-bottom .region-footer-bottom-left #block-pieddepage ul a { color: #09398b; - font-size: 1.5rem; + font-size: 1.2rem; + text-decoration: underline; margin-top: 0; } #fotter-bottom .view-id-partenaires .view-content { display: flex; diff --git a/web/themes/custom/eql/scss/partials/_footer.scss b/web/themes/custom/eql/scss/partials/_footer.scss index 3065a78..d76c649 100644 --- a/web/themes/custom/eql/scss/partials/_footer.scss +++ b/web/themes/custom/eql/scss/partials/_footer.scss @@ -16,6 +16,7 @@ h2{ margin-top: 0; color: $blue-dark; + font-size: 1.2rem; } img{ @@ -36,7 +37,8 @@ a{ color: $blue-dark; - font-size: 1.5rem; + font-size: 1.2rem; + text-decoration: underline; margin-top: 0; } }