footer logo n&b
This commit is contained in:
@@ -3,25 +3,30 @@
|
||||
|
||||
#fotter-bottom{
|
||||
display: flex;
|
||||
flex: 1 1 120px;
|
||||
flex-direction: row;
|
||||
|
||||
.region{
|
||||
display: block;
|
||||
padding-left: 1rem;
|
||||
padding-right: 1rem;
|
||||
padding-bottom: 1rem;
|
||||
border-left: $blue-light solid 1px;
|
||||
padding-bottom: 2rem;
|
||||
h2{
|
||||
margin-top: 0;
|
||||
color: $blue-dark;
|
||||
}
|
||||
img{
|
||||
height: 4rem;
|
||||
|
||||
height: 5rem;
|
||||
width: auto;
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
.region-footer-bottom-left{
|
||||
width: 35%;
|
||||
border: none;
|
||||
#block-pieddepage ul{
|
||||
margin-top: 0;
|
||||
@@ -43,6 +48,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;
|
||||
@@ -50,7 +56,12 @@
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
.block-views-blockpartenaires-block-2{
|
||||
img{
|
||||
filter: grayscale(100%);
|
||||
-webkit-filter: grayscale(100%);
|
||||
}
|
||||
}
|
||||
|
||||
// .twitter::before {
|
||||
// font-family: "Font Awesome 5 Brands"; content: "\f099";
|
||||
|
||||
@@ -1,9 +1,11 @@
|
||||
|
||||
.layout-container{
|
||||
position: relative;
|
||||
position: absolute;
|
||||
}
|
||||
header{
|
||||
display: block;
|
||||
position: sticky;
|
||||
top:0;
|
||||
}
|
||||
|
||||
#header-top {
|
||||
|
||||
Reference in New Issue
Block a user