affichage img_hero
This commit is contained in:
@@ -534,6 +534,9 @@ article.publications, article.interviews {
|
||||
article.publications .paragraph--type--images img, article.interviews .paragraph--type--images img {
|
||||
width: 100%; } }
|
||||
|
||||
#main-content-node .__img-hero {
|
||||
display: none; }
|
||||
|
||||
header #block-colloque2024-mainnavigation ul li {
|
||||
font-size: 0.8rem; }
|
||||
header #block-colloque2024-mainnavigation ul li a {
|
||||
@@ -850,6 +853,9 @@ header #block-colloque2024-mainnavigation ul li {
|
||||
#moments h4, #moments h2 {
|
||||
color: #038788; }
|
||||
|
||||
#moments .__img-hero {
|
||||
display: none; }
|
||||
|
||||
#moments .__wrapper .__title {
|
||||
margin: 0.5rem 0; }
|
||||
|
||||
@@ -1770,6 +1776,8 @@ section article.thumbnails.programme {
|
||||
transform: scale(1.05);
|
||||
box-shadow: 0px 0px 13px 0px #038788;
|
||||
transition: 0.3s transform ease, 0.3s box-shadow ease; }
|
||||
section article.thumbnails.programme .__img {
|
||||
display: none; }
|
||||
section article.thumbnails.programme .d-flex {
|
||||
color: #ff804d; }
|
||||
section article.thumbnails.programme .__content span {
|
||||
|
||||
@@ -27,3 +27,6 @@ article.publications, article.interviews {
|
||||
@media screen and (min-width: 992px) {
|
||||
article.publications .paragraph--type--images img, article.interviews .paragraph--type--images img {
|
||||
width: 100%; } }
|
||||
|
||||
#main-content-node .__img-hero {
|
||||
display: none; }
|
||||
|
||||
@@ -7,6 +7,14 @@ section {
|
||||
border: none;
|
||||
@include shadow;
|
||||
}
|
||||
|
||||
///////////////// à enlever quand images
|
||||
.__img{
|
||||
display: none;
|
||||
}
|
||||
//////////////////////////////
|
||||
|
||||
|
||||
.d-flex{
|
||||
color: $color_orange;
|
||||
}
|
||||
@@ -35,6 +43,7 @@ section {
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
.thumbnails {
|
||||
width: 100%;
|
||||
height: auto;
|
||||
|
||||
@@ -43,3 +43,12 @@ article {
|
||||
}
|
||||
|
||||
|
||||
//////////////////////// à enlever quand images
|
||||
#main-content-node {
|
||||
.__img-hero{
|
||||
display: none;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
////////////////////////////////
|
||||
@@ -2,6 +2,12 @@
|
||||
h4, h2{
|
||||
color: $color2024;
|
||||
}
|
||||
//////////////////////// à enlever quand images
|
||||
.__img-hero{
|
||||
display: none;
|
||||
}
|
||||
|
||||
////////////////////////////////
|
||||
.__wrapper{
|
||||
.__title{
|
||||
margin: 0.5rem 0;
|
||||
@@ -41,3 +47,4 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user