mise à jours de gulp

This commit is contained in:
armansansd
2021-09-15 11:27:17 +02:00
parent f24ba9e0db
commit 7c78fb39f4
20 changed files with 38094 additions and 15884 deletions

View File

@@ -277,7 +277,7 @@
height: 7rem;
position: relative;
// background: red;
background: center / contain no-repeat url(../images/popsu-home-logo.png);
background: center / contain no-repeat url(../../images/popsu-home-logo.png);
margin: -9% 0 3rem 0 !important;
@include breakpoint(small down) {
margin: -20% 0 3rem 0 !important;

View File

@@ -159,7 +159,7 @@
}
}
.main_logo{
background: center / contain no-repeat url(../images/POPSU_1.svg);
background: center / contain no-repeat url(../../images/POPSU_1.svg);
}
}
&.programme-2{
@@ -169,7 +169,7 @@
}
}
.main_logo{
background: center / contain no-repeat url(../images/POPSU_2.svg);
background: center / contain no-repeat url(../../images/POPSU_2.svg);
}
}
&.programme-3{
@@ -180,7 +180,7 @@
}
.main_logo{
background: center / contain no-repeat url(../images/POPSU_Europe.svg);
background: center / contain no-repeat url(../../images/POPSU_Europe.svg);
}
}
&.programme-4{
@@ -191,7 +191,7 @@
}
.main_logo{
background: center / contain no-repeat url(../images/POPSU_logo.svg);
background: center / contain no-repeat url(../../images/POPSU_logo.svg);
}
}
&.programme-5{
@@ -202,7 +202,7 @@
}
.main_logo{
background: center / contain no-repeat url(../images/POPSU_monde.svg);
background: center / contain no-repeat url(../../images/POPSU_monde.svg);
}
}
&.programme-6{
@@ -213,7 +213,7 @@
}
.main_logo{
background: center / contain no-repeat url(../images/POPSU_territoires.svg);
background: center / contain no-repeat url(../../images/POPSU_territoires.svg);
}
}
&.programme-7{
@@ -224,7 +224,7 @@
}
.main_logo{
background: center / contain no-repeat url(../images/POPSU_metropoles.svg);
background: center / contain no-repeat url(../../images/POPSU_metropoles.svg);
}
}
.layout-content{

View File

@@ -154,7 +154,7 @@
display: block;
font-size: 0;
color: transparent;
background: left / contain no-repeat url(../images/POPSU_logo.svg);
background: left / contain no-repeat url(../../images/POPSU_logo.svg);
}
}
@@ -348,14 +348,14 @@ footer{
display: block;
color: transparent;
font-size: 0;
background: left / contain no-repeat url(../images/gouv.svg);
background: left / contain no-repeat url(../../images/gouv.svg);
}
.logo-puca{
height: 100%;
display: block;
color: transparent;
font-size: 0;
background: left / contain no-repeat url(../images/puca.svg);
background: left / contain no-repeat url(../../images/puca.svg);
margin-top: .5rem;
}
@@ -390,21 +390,21 @@ footer{
display: block;
font-size: 0;
color: transparent;
background: left / contain no-repeat url(../images/tw.svg);
background: left / contain no-repeat url(../../images/tw.svg);
}
a[href*='linkedin']{
height: 100%;
display: block;
font-size: 0;
color: transparent;
background: left / contain no-repeat url(../images/ln.svg);
background: left / contain no-repeat url(../../images/ln.svg);
}
a[href*='youtube']{
height: 100%;
display: block;
font-size: 0;
color: transparent;
background: left / contain no-repeat url(../images/yt.svg);
background: left / contain no-repeat url(../../images/yt.svg);
}
}
}