This commit is contained in:
2023-11-21 17:43:23 +01:00
parent 8b9c030d89
commit d0b2b2e424
124 changed files with 22579 additions and 83 deletions
@@ -4,12 +4,16 @@ footer{
// flex-direction: row;
background-color: white;
// padding-top: 3rem;
font-family: "Marianne";
font-weight: 800;
div{
display: flex;
flex: 1 1 120px;
flex-direction: row;
h2{
font-family: 'Marianne';
}
}
}
@@ -17,18 +21,20 @@ footer{
}
#block-reha-pieddepage{
font-family: 'Marianne-Bold';
#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 1px;
border-right: #fdc300 solid 1px;
border-left: #fdc300 solid 5px;
border-right: #fdc300 solid 5px;
padding-left: 3rem;
font-family: 'Marianne-Bold';
// font-family: 'Marianne';
}
@@ -1,9 +1,4 @@
.layout-container{
position: relative;
width: 100vw;
background-color: rgba(153, 147, 174, 0.1);
header{
display: block;
@@ -26,7 +21,6 @@
}
}