Files
drupal-reha/web/themes/custom/reha/scss/partials/_footer.scss
T
2023-11-24 14:04:28 +01:00

53 lines
916 B
SCSS

footer{
background-color: $white-header;
padding-top: 3rem;
font-family: "Marianne";
font-weight: 800;
font-size: 1.3rem;
text-transform: lowercase;
div{
display: flex;
flex-direction: row;
}
h2{font-size: 1.3rem;}
section:not(:first-of-type){
border-left: $yellow-puca solid 5px;
padding-left: 2rem;
}
section:not(:last-of-type){
padding-right: 5rem;
}
}
#footer-left {
margin-left: 10rem;
div{
display: flex;
flex-direction: column;
padding-right: 2rem;
#block-reha-pieddepage {
ul{
padding-left: 0;
}
}
}
}
#footer-middle{
#block-reha-operateurduprogramme{
display: flex;
flex-direction: column;
}
}
#footer-right{
#block-reha-config-pages-2{
display: flex;
flex-direction: column;
}
}