armansansd 2 роки тому
батько
коміт
ef6ec25234

+ 1 - 1
web/profiles/d8-starterkit-profile

@@ -1 +1 @@
-Subproject commit 179aa994156fa9c986cf9eb9262872abb9c651a2
+Subproject commit 5069345d9dffca8ff935d7a01d2bc97a1272f063

Різницю між файлами не показано, бо вона завелика
+ 0 - 0
web/themes/custom/popsu/assets/css/styles.min.css


+ 53 - 52
web/themes/custom/popsu/sass/pages/_themes.scss

@@ -510,6 +510,51 @@
     
 }
 .page-node-type-projet, .page-node-type-theme{
+    #node\:field_equipes{
+        border-bottom: 3px dotted gray;
+        padding: 0 0 1rem 0;
+        h2{
+            font-family: "trueno" !important;
+            font-size: $font-big;
+            font-weight: 600;
+            text-transform: initial;
+            cursor: pointer;
+            display: grid;
+            grid-template-columns: 95% 5%;
+            align-content: center;
+            margin: 1rem 0 0 0;
+        }
+
+        h2:after{
+            content: '▼';
+            -webkit-transition: all 250ms ease;
+            -moz-transition: all 250ms ease;
+            -o-transition: all 250ms ease;
+            transition: all 250ms ease;
+            align-self: center;
+            justify-self: center;
+        }
+        // h2:after{
+        //     transform: rotate(180deg);
+        //     -webkit-transition: all 250ms ease;
+        //     -moz-transition: all 250ms ease;
+        //     -o-transition: all 250ms ease;
+        //     transition: all 250ms ease;
+        // }
+        .rotate:after{
+            transform: rotate(180deg);
+            -webkit-transition: all 250ms ease;
+            -moz-transition: all 250ms ease;
+            -o-transition: all 250ms ease;
+            transition: all 250ms ease;
+        }
+        .field_type_equipe{
+           font-weight: 500; 
+        }
+        .field_equipes{
+            display: none;
+        }
+    }
     .field_projets_lies, .field_themes_lies, .field_comparatifs_associes{
         article{
             display: grid;
@@ -659,51 +704,7 @@
             color:black ;
         }
     }
-    #node\:field_equipes{
-        border-bottom: 3px dotted gray;
-        padding: 0 0 1rem 0;
-        h2{
-            font-family: "trueno" !important;
-            font-size: $font-big;
-            font-weight: 600;
-            text-transform: initial;
-            cursor: pointer;
-            display: grid;
-            grid-template-columns: 95% 5%;
-            align-content: center;
-            margin: 1rem 0 0 0;
-        }
-
-        h2:after{
-            content: '▼';
-            -webkit-transition: all 250ms ease;
-            -moz-transition: all 250ms ease;
-            -o-transition: all 250ms ease;
-            transition: all 250ms ease;
-            align-self: center;
-            justify-self: center;
-        }
-        // h2:after{
-        //     transform: rotate(180deg);
-        //     -webkit-transition: all 250ms ease;
-        //     -moz-transition: all 250ms ease;
-        //     -o-transition: all 250ms ease;
-        //     transition: all 250ms ease;
-        // }
-        .rotate:after{
-            transform: rotate(180deg);
-            -webkit-transition: all 250ms ease;
-            -moz-transition: all 250ms ease;
-            -o-transition: all 250ms ease;
-            transition: all 250ms ease;
-        }
-        .field_type_equipe{
-           font-weight: 500; 
-        }
-        .field_equipes{
-            display: none;
-        }
-    }
+    
     
 }
 
@@ -712,15 +713,15 @@
     #node\:title:before{
         content: "thème";
     }
-    #node\:field_equipes{
-        h2{
-            color: white !important;
-            text-align: left !important;
-            cursor: pointer;
+    // #node\:field_equipes{
+    //     h2{
+    //         color: white !important;
+    //         text-align: left !important;
+    //         cursor: pointer;
             
-        }
+    //     }
         
-    }
+    // }
     // .block-region-third{
     //     #node\:field_partenaires{
     //         h2{

Деякі файли не було показано, через те що забагато файлів було змінено