Files
drupal-reha/web/themes/custom/reha/scss/partials/_footer.scss
T
2023-11-21 12:57:05 +01:00

42 lines
689 B
SCSS

footer{
// box-shadow: 1px 0px 8px $black;
// display: flex;
// flex-direction: row;
background-color: white;
// padding-top: 3rem;
div{
display: flex;
flex: 1 1 120px;
flex-direction: row;
}
}
#block-reha-logoreha-2{
}
#block-reha-pieddepage{
font-family: 'Marianne-Bold';
}
#block-reha-operateurduprogramme{
display: flex;
flex-direction: column;
border-left: #fdc300 solid 1px;
border-right: #fdc300 solid 1px;
padding-left: 3rem;
font-family: 'Marianne-Bold';
}
#block-reha-config-pages-2{
margin-left: 3rem;
border: none;
width: 20%;
display: flex;
flex-direction: column;
}