armansansd 3 tahun lalu
induk
melakukan
24ffb38bd5

File diff ditekan karena terlalu besar
+ 0 - 0
web/themes/custom/popsu/assets/css/styles.min.css


File diff ditekan karena terlalu besar
+ 0 - 0
web/themes/custom/popsu/assets/js/main.js


+ 2 - 2
web/themes/custom/popsu/lib/script.js

@@ -331,8 +331,8 @@ if($(".page-node-type-programme").length > 0 || $(".page-node-type-projet").leng
 		}
 		
 	});
-
-	$(".block-region-second .field_ressources_liees>div:nth-of-type(2)").slick({
+	console.log($(".block-region-second .field_ressources_liees>div:nth-of-type(2)"));
+	$(".layout__region--bottom .field_ressources_liees>div:nth-of-type(2)").slick({
 		slidesToShow: 3,
 		slidesToScroll: 1,
 		centerMode: true,

+ 20 - 0
web/themes/custom/popsu/sass/pages/_themes.scss

@@ -494,6 +494,26 @@
         }
         
     }
+    .block-region-third{
+        #node\:field_partenaires{
+            h2{
+                border:none;
+                font-family: trueno;
+                font-size: .8rem;
+                font-weight: 600;
+                margin-top: 0;
+                padding: .4rem 0.5rem;
+                display: block;
+                &:after{
+                    display:none;
+                }
+            }
+            .field_partenaires{
+                display: grid;
+            }
+        }
+    }
+    
     .field_projets_lies{
         article{
             display: grid;

Beberapa file tidak ditampilkan karena terlalu banyak file yang berubah dalam diff ini