position logo transition, ajout page projet css background color

This commit is contained in:
Ouidade Soussi Chiadmi 2025-04-17 11:56:06 +02:00
parent cf3a7ece76
commit 1b90434884
5 changed files with 14 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,5 @@
.page-node-type-projet{
.layout-container{
background-color: $bck-col !important;
}
}

View File

@ -404,6 +404,13 @@
color: $col-transition;
}
}
.main_logo{
position: absolute !important;
top:0;
left: 0;
margin: -6% 0 3rem !important;
}
}
&.programme-878{
#node\:field_document .field_document{

View File

@ -22,7 +22,6 @@
// }
position: absolute;
top: 0;
left: 0;
width: 22%;

View File

@ -36,4 +36,5 @@
@import "pages/node-evenement-actu";
@import "pages/themes";
@import "pages/presse";
@import "pages/page-node-type-projet";