css logos footer
This commit is contained in:
@@ -397,10 +397,23 @@ footer {
|
|||||||
padding-right: 2rem; }
|
padding-right: 2rem; }
|
||||||
#footer-left div #block-reha-pieddepage ul {
|
#footer-left div #block-reha-pieddepage ul {
|
||||||
padding-left: 0; }
|
padding-left: 0; }
|
||||||
|
#footer-left div #block-reha-logoreha-3 {
|
||||||
|
display: none; }
|
||||||
|
#footer-left div .social-media-links--platforms {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: row; }
|
||||||
|
#footer-left div .social-media-links--platforms svg.ext {
|
||||||
|
display: none; }
|
||||||
|
|
||||||
#footer-middle #block-reha-operateurduprogramme {
|
#footer-middle #block-reha-operateurduprogramme {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column; }
|
flex-direction: column; }
|
||||||
|
#footer-middle #block-reha-operateurduprogramme img {
|
||||||
|
max-width: 150px;
|
||||||
|
height: fit-content;
|
||||||
|
max-height: 100px;
|
||||||
|
object-fit: contain;
|
||||||
|
padding: 1rem; }
|
||||||
|
|
||||||
#footer-right #block-reha-config-pages-2 {
|
#footer-right #block-reha-config-pages-2 {
|
||||||
display: flex;
|
display: flex;
|
||||||
@@ -412,6 +425,8 @@ footer {
|
|||||||
#footer-right #block-reha-config-pages-2 .field--name-field-partenaires .field__items img {
|
#footer-right #block-reha-config-pages-2 .field--name-field-partenaires .field__items img {
|
||||||
max-width: 150px;
|
max-width: 150px;
|
||||||
height: fit-content;
|
height: fit-content;
|
||||||
|
max-height: 100px;
|
||||||
|
object-fit: contain;
|
||||||
padding: 1rem; }
|
padding: 1rem; }
|
||||||
|
|
||||||
.form-item {
|
.form-item {
|
||||||
|
|||||||
@@ -34,6 +34,16 @@ margin-left: 10rem;
|
|||||||
padding-left: 0;
|
padding-left: 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
#block-reha-logoreha-3{
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
.social-media-links--platforms{
|
||||||
|
display: flex;
|
||||||
|
flex-direction: row;
|
||||||
|
svg.ext{
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -41,6 +51,13 @@ margin-left: 10rem;
|
|||||||
#block-reha-operateurduprogramme{
|
#block-reha-operateurduprogramme{
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
img{
|
||||||
|
max-width: 150px;
|
||||||
|
height: fit-content;
|
||||||
|
max-height: 100px;
|
||||||
|
object-fit: contain;
|
||||||
|
padding: 1rem;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -56,6 +73,8 @@ margin-left: 10rem;
|
|||||||
img{
|
img{
|
||||||
max-width: 150px;
|
max-width: 150px;
|
||||||
height: fit-content;
|
height: fit-content;
|
||||||
|
max-height: 100px;
|
||||||
|
object-fit: contain;
|
||||||
padding: 1rem;
|
padding: 1rem;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -204,9 +204,7 @@ header{
|
|||||||
li:first-of-type{
|
li:first-of-type{
|
||||||
margin-top: 4rem;
|
margin-top: 4rem;
|
||||||
border-bottom: 1px solid black ;
|
border-bottom: 1px solid black ;
|
||||||
::before{
|
|
||||||
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
li{
|
li{
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
|
|||||||
Reference in New Issue
Block a user