59 lines
1.2 KiB
SCSS
59 lines
1.2 KiB
SCSS
|
|
|
|
|
|
#fotter-bottom{
|
|
display: flex;
|
|
flex-direction: row;
|
|
|
|
.region{
|
|
display: block;
|
|
padding-left: 1rem;
|
|
border-left: $blue-light solid 1px;
|
|
padding-bottom: 2rem;
|
|
h2{
|
|
margin-top: 0;
|
|
color: $blue-dark;
|
|
}
|
|
img{
|
|
height: 4rem;
|
|
width: auto;
|
|
}
|
|
|
|
}
|
|
|
|
.region-footer-bottom-left{
|
|
border: none;
|
|
#block-pieddepage ul{
|
|
margin-top: 0;
|
|
color: $blue-dark;
|
|
font-weight: 800;
|
|
list-style: none;
|
|
|
|
a{
|
|
color: $blue-dark;
|
|
font-size: 1.5rem;
|
|
margin-top: 0;
|
|
}
|
|
}
|
|
}
|
|
|
|
.view-id-partenaires{
|
|
.view-content{
|
|
display: flex;
|
|
flex-direction: row;
|
|
justify-content:flex-start;
|
|
flex-wrap: wrap;
|
|
.node-type-partenaires_logo_footer_{
|
|
padding-right: 1rem;
|
|
padding-bottom: 1rem;
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
|
|
// .twitter::before {
|
|
// font-family: "Font Awesome 5 Brands"; content: "\f099";
|
|
// }
|
|
|
|
} |