background clor theme

This commit is contained in:
Ouidade Soussi Chiadmi 2025-05-06 11:21:50 +02:00
parent a33e5064e2
commit 2c594067f9
3 changed files with 17 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -21,7 +21,12 @@ article, .paragraph{
.programme-7,
.programme-883{
.layout-container{
background-color: white !important;
background-color: white;
}
}
.page-node-type-theme{
.layout-container{
background-color: $bck-col !important;
}
}
.block-region-bottom .prog-ressources-link,.ressources-link{

View File

@ -237,6 +237,7 @@
top: 0; bottom: 0; left: -15px; right: -15px;
box-shadow: inset $bck-col 0 -2rem 2rem;
}
.body_open{
height: auto !important;
padding: 0 0 1.8rem 0;
@ -1004,3 +1005,12 @@
}
}
}
.programme-883{
.page-node-type-theme{
.layout-container{
background-color: $bck-col !important;
}
}
}