calage tmp header footer logo

This commit is contained in:
armansansd
2021-08-11 11:07:18 +02:00
parent 383f8cfde6
commit 9b9c9397f4
4 changed files with 55 additions and 34 deletions

View File

@@ -17,57 +17,76 @@
&.programme-1{
h2,h3,h4,h5,h6{
color: $col-1;
article{
h2,h3,h4,h5,h6{
color: $col-1;
}
}
.main_logo{
background: center / contain no-repeat url(../images/POPSU_1.svg);
}
}
&.programme-2{
h2,h3,h4,h5,h6{
color: $col-2;
article{
h2,h3,h4,h5,h6{
color: $col-2;
}
}
.main_logo{
background: center / contain no-repeat url(../images/POPSU_2.svg);
}
}
&.programme-3{
h2,h3,h4,h5,h6{
color: $col-eur;
article{
h2,h3,h4,h5,h6{
color: $col-eur;
}
}
.main_logo{
background: center / contain no-repeat url(../images/POPSU_Europe.svg);
}
}
&.programme-4{
h2,h3,h4,h5,h6{
color: $col-met;
article{
h2,h3,h4,h5,h6{
color: $col-met;
}
}
.main_logo{
background: center / contain no-repeat url(../images/POPSU_logo.svg);
}
}
&.programme-5{
h2,h3,h4,h5,h6{
color: $col-mond;
article{
h2,h3,h4,h5,h6{
color: $col-mond;
}
}
.main_logo{
background: center / contain no-repeat url(../images/POPSU_monde.svg);
}
}
&.programme-6{
h2,h3,h4,h5,h6{
color: $col-ter;
article{
h2,h3,h4,h5,h6{
color: $col-ter;
}
}
.main_logo{
background: center / contain no-repeat url(../images/POPSU_territoires.svg);
}
}
&.programme-7{
h2,h3,h4,h5,h6{
color: $col-met;
article{
h2,h3,h4,h5,h6{
color: $col-met;
}
}
.main_logo{
background: center / contain no-repeat url(../images/POPSU_metropoles.svg);
}

View File

@@ -138,9 +138,11 @@
}
.header_top_left_container{
height: 100%;
&>div:first-child{
height: 100%;
}
display: grid;
grid-template-columns: 1fr 1fr;
// &>div:first-child{
// // height: 100%;
// }
a[rel~='home']{
height: 100%;
display: block;
@@ -295,19 +297,19 @@ footer{
}
}
.logo-gouv{
height: 100%;
height: 70%;
display: block;
color: transparent;
font-size: 0;
background: left / contain no-repeat url(../images/gouv.svg);
}
.logo-puca{
height: 100%;
height: 70%;
display: block;
color: transparent;
font-size: 0;
background: left / contain no-repeat url(../images/puca.svg);
margin-top: -1.5rem;
margin-top: -1rem;
}
#block-pieddepage{