diff --git a/web/themes/custom/colloque2024/css-compiled/index.css b/web/themes/custom/colloque2024/css-compiled/index.css index 731fdd07..6f2d1bba 100644 --- a/web/themes/custom/colloque2024/css-compiled/index.css +++ b/web/themes/custom/colloque2024/css-compiled/index.css @@ -854,9 +854,6 @@ header #block-colloque2024-mainnavigation ul li { #moments h4, #moments h2 { color: #038788; } -#moments .__img-hero { - display: none; } - #moments .__wrapper .__title { margin: 0.5rem 0; } @@ -1777,8 +1774,6 @@ 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 { diff --git a/web/themes/custom/colloque2024/css/components/thumbnails/thumbnails.scss b/web/themes/custom/colloque2024/css/components/thumbnails/thumbnails.scss index 1bc56e02..d1c51602 100644 --- a/web/themes/custom/colloque2024/css/components/thumbnails/thumbnails.scss +++ b/web/themes/custom/colloque2024/css/components/thumbnails/thumbnails.scss @@ -8,11 +8,11 @@ section { @include shadow; } - ///////////////// à enlever quand images - .__img{ - display: none; - } - ////////////////////////////// + // ///////////////// à enlever quand images + // .__img{ + // display: none; + // } + // ////////////////////////////// .d-flex{ diff --git a/web/themes/custom/colloque2024/css/pages/moments.scss b/web/themes/custom/colloque2024/css/pages/moments.scss index 46836a97..d67b5a5e 100644 --- a/web/themes/custom/colloque2024/css/pages/moments.scss +++ b/web/themes/custom/colloque2024/css/pages/moments.scss @@ -2,11 +2,11 @@ h4, h2{ color: $color2024; } - //////////////////////// à enlever quand images - .__img-hero{ - display: none; - } - //////////////////////////////// + // //////////////////////// à enlever quand images + // .__img-hero{ + // display: none; + // } + // //////////////////////////////// .__wrapper{ .__title{ margin: 0.5rem 0;