small design detail

This commit is contained in:
2021-11-26 23:29:35 +01:00
parent bcc6ae5138
commit cd2e9a4a50
2 changed files with 24 additions and 21 deletions
+21 -20
View File
@@ -468,27 +468,26 @@ a {
font-weight: 800; font-weight: 800;
color: white; color: white;
background-color: #009ee3; background-color: #009ee3;
text-transform: uppercase; text-transform: uppercase; }
padding: 2rem 1rem 2rem 1rem; }
.node-id-4 { .node-id-5 .region-content {
background: url("../images/pictos/carre-contour-bleu_contact.svg"); background: url("../images/pictos/carre-contour-bleu_contact.svg");
background-repeat: no-repeat; } background-repeat: no-repeat; }
.node-id-4 .layout__region--top {
padding-bottom: 3rem; } .node-id-5 .layout__region--top {
.node-id-4 .layout__region--top .block-region-top { padding-bottom: 3rem; }
height: 200px; } .node-id-5 .layout__region--top .block-region-top {
.node-id-4 .layout__region--top .block-region-top .block-entity-fieldnodetitle { height: 200px; }
width: 80%; .node-id-5 .layout__region--top .block-region-top .block-entity-fieldnodetitle {
margin-left: 13%; } width: 80%;
.node-id-4 .layout__region--top .block-region-top .block-entity-fieldnodetitle .field--name-title { margin-left: 13%; }
font-family: 'Source Code Pro'; .node-id-5 .layout__region--top .block-region-top .block-entity-fieldnodetitle .field--name-title {
font-size: 2rem; font-family: 'Source Code Pro';
font-weight: 800; font-size: 2rem;
color: white; font-weight: 800;
background-color: #009ee3; color: white;
text-transform: uppercase; background-color: #009ee3;
padding: 2rem 1rem 2rem 1rem; } text-transform: uppercase; }
/*partials*/ /*partials*/
.layout-container { .layout-container {
@@ -601,7 +600,8 @@ header {
border-left: #009ee3 solid 1px; } border-left: #009ee3 solid 1px; }
#fotter-bottom .region h2 { #fotter-bottom .region h2 {
margin-top: 0; margin-top: 0;
color: #09398b; } color: #09398b;
font-size: 1.2rem; }
#fotter-bottom .region img { #fotter-bottom .region img {
max-width: 5rem; max-width: 5rem;
max-height: 5rem; } max-height: 5rem; }
@@ -615,7 +615,8 @@ header {
list-style: none; } list-style: none; }
#fotter-bottom .region-footer-bottom-left #block-pieddepage ul a { #fotter-bottom .region-footer-bottom-left #block-pieddepage ul a {
color: #09398b; color: #09398b;
font-size: 1.5rem; font-size: 1.2rem;
text-decoration: underline;
margin-top: 0; } margin-top: 0; }
#fotter-bottom .view-id-partenaires .view-content { #fotter-bottom .view-id-partenaires .view-content {
display: flex; display: flex;
@@ -16,6 +16,7 @@
h2{ h2{
margin-top: 0; margin-top: 0;
color: $blue-dark; color: $blue-dark;
font-size: 1.2rem;
} }
img{ img{
@@ -36,7 +37,8 @@
a{ a{
color: $blue-dark; color: $blue-dark;
font-size: 1.5rem; font-size: 1.2rem;
text-decoration: underline;
margin-top: 0; margin-top: 0;
} }
} }