background blue page actus + footer white

This commit is contained in:
2021-11-20 21:58:18 +01:00
parent 56541059f2
commit b46b1d637d
3 changed files with 11 additions and 2 deletions
@@ -334,6 +334,10 @@ a {
.field--name-field-partenaires a svg {
display: none; }
.path-actualites {
background-color: rgba(0, 158, 227, 0.2);
margin: 0; }
.node-type-actualite {
color: #09398b;
line-height: 1.5rem;
@@ -455,7 +459,8 @@ header {
#fotter-bottom {
display: flex;
flex: 1 1 120px;
flex-direction: row; }
flex-direction: row;
background-color: white; }
#fotter-bottom .region {
display: block;
padding-left: 1rem;
@@ -6,7 +6,10 @@
.path-actualites{
background-color: $background-actus;
margin: 0;
}
.node-type-actualite{
@@ -5,6 +5,7 @@
display: flex;
flex: 1 1 120px;
flex-direction: row;
background-color: $white;
.region{
display: block;