Files
drupal-reha/web/themes/custom/reha/scss/partials/_footer.scss
T
2023-11-21 17:43:23 +01:00

48 lines
835 B
SCSS

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