This commit is contained in:
armansansd
2022-12-09 15:02:54 +00:00
parent 94ec5ab316
commit b74b57b296
8 changed files with 45 additions and 13 deletions

View File

@@ -289,7 +289,7 @@
}
}
.main_logo{
background: center / contain no-repeat url(../../images/POPSU_1.svg);
//background: center / contain no-repeat url(../../images/POPSU_1.svg);
}
}
@@ -303,7 +303,7 @@
}
}
.main_logo{
background: center / contain no-repeat url(../../images/POPSU_1.svg);
//background: center / contain no-repeat url(../../images/POPSU_1.svg);
}
}
&.programme-3{
@@ -317,7 +317,7 @@
}
.main_logo{
background: center / contain no-repeat url(../../images/POPSU_Europe.svg);
//background: center / contain no-repeat url(../../images/POPSU_Europe.svg);
}
}
// àmodifer ??
@@ -332,7 +332,7 @@
}
.main_logo{
background: center / contain no-repeat url(../../images/POPSU_2.svg);
//background: center / contain no-repeat url(../../images/POPSU_2.svg);
}
}
&.programme-5{
@@ -346,7 +346,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{
@@ -360,7 +360,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{
@@ -374,7 +374,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

@@ -819,3 +819,19 @@
}
}
//spec ressources vidéo
.page-node-type-ressource{
.ressources-video{
#node\:field_image{
display: none;
}
#node\:field_type_de_ressource{
padding: 0;
}
#node\:field_videos{
margin: 0rem 0 1rem 0;
}
}
}

View File

@@ -156,7 +156,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);
}
@include breakpoint(small down) {
grid-template-columns: 1fr 1fr;