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;
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;
@@ -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;
}
}