img moments & slide programme

This commit is contained in:
2024-05-07 10:39:54 +02:00
parent 32b55320cb
commit ac4d7e6c45
3 changed files with 10 additions and 15 deletions
@@ -854,9 +854,6 @@ header #block-colloque2024-mainnavigation ul li {
#moments h4, #moments h2 { #moments h4, #moments h2 {
color: #038788; } color: #038788; }
#moments .__img-hero {
display: none; }
#moments .__wrapper .__title { #moments .__wrapper .__title {
margin: 0.5rem 0; } margin: 0.5rem 0; }
@@ -1777,8 +1774,6 @@ section article.thumbnails.programme {
transform: scale(1.05); transform: scale(1.05);
box-shadow: 0px 0px 13px 0px #038788; box-shadow: 0px 0px 13px 0px #038788;
transition: 0.3s transform ease, 0.3s box-shadow ease; } transition: 0.3s transform ease, 0.3s box-shadow ease; }
section article.thumbnails.programme .__img {
display: none; }
section article.thumbnails.programme .d-flex { section article.thumbnails.programme .d-flex {
color: #ff804d; } color: #ff804d; }
section article.thumbnails.programme .__content span { section article.thumbnails.programme .__content span {
@@ -8,11 +8,11 @@ section {
@include shadow; @include shadow;
} }
///////////////// à enlever quand images // ///////////////// à enlever quand images
.__img{ // .__img{
display: none; // display: none;
} // }
////////////////////////////// // //////////////////////////////
.d-flex{ .d-flex{
@@ -2,11 +2,11 @@
h4, h2{ h4, h2{
color: $color2024; color: $color2024;
} }
//////////////////////// à enlever quand images // //////////////////////// à enlever quand images
.__img-hero{ // .__img-hero{
display: none; // display: none;
} // }
//////////////////////////////// // ////////////////////////////////
.__wrapper{ .__wrapper{
.__title{ .__title{
margin: 0.5rem 0; margin: 0.5rem 0;