This commit is contained in:
2021-12-02 23:23:47 +01:00
parent a1863ac774
commit 82d820a4e3
4 changed files with 52 additions and 14 deletions
@@ -9,9 +9,7 @@
background-color: $white;
padding-top: 3rem;
#block-socialnetwork {
display: none;
}
.region{
display: block;
@@ -29,7 +27,7 @@
.region-footer-bottom-left{
margin-left: 3rem;
border: none;
width: 20%;
width: 30%;
display: flex;
flex-direction: row;
.view-id-partenaires{
@@ -54,6 +52,25 @@
.region-footer-bottom-right{
width: 15%;
display: flex;
flex-direction: column-reverse;
justify-content: flex-end;
#block-socialnetwork {
.field--name-body{
p{
display: flex;
flex-direction: row;
:nth-child(1){
&:before{
display: block;
content: "";
background: url("../images/pictos/logo-twitter.png");
}
}
}
}
}
#block-pieddepage ul{
margin-top: 0;
color: $blue-dark;
@@ -82,7 +99,7 @@
flex-direction: row;
justify-content:flex-start;
flex-wrap: wrap;
padding-top: 1rem;
.node-type-partenaires_logo_footer_{
padding-right: 1rem;
padding-bottom: 1rem;
@@ -13,7 +13,18 @@ header{
#block-socialnetwork-2{
display: none;
.field--name-body{
p{
display: flex;
flex-direction: row-reverse;
:nth-child(1){
&:before{
content: url();
}
}
}
}
}
#header-top {
height: 7rem;