armansansd 2 years ago
parent
commit
3c9d14d24b

File diff suppressed because it is too large
+ 192 - 251
composer.lock


+ 4 - 4
web/sites/default/default.services.yml

@@ -169,10 +169,10 @@ parameters:
     - webcal
     - rtsp
 
-   # Configure Cross-Site HTTP requests (CORS).
-   # Read https://developer.mozilla.org/en-US/docs/Web/HTTP/Access_control_CORS
-   # for more information about the topic in general.
-   # Note: By default the configuration is disabled.
+  # Configure Cross-Site HTTP requests (CORS).
+  # Read https://developer.mozilla.org/en-US/docs/Web/HTTP/Access_control_CORS
+  # for more information about the topic in general.
+  # Note: By default the configuration is disabled.
   cors.config:
     enabled: false
     # Specify allowed headers, like 'x-allowed-header'.

File diff suppressed because it is too large
+ 0 - 0
web/themes/custom/popsu/assets/css/styles.min.css


+ 22 - 3
web/themes/custom/popsu/sass/pages/_programme.scss

@@ -1,5 +1,11 @@
 .page-node-type-programme{
+    &.programme-2,&.programme-3,&.programme-4{
+        #programme_toc-block_5{
+            display: none;
+        }
+    }
     &.programme-3{
+        
         #leaflet-map-view-projets-block-2{
             display: none;
             
@@ -311,6 +317,8 @@
                 text-transform: uppercase;
                 cursor: pointer;
                 transition: all 250ms;
+                line-height: 1.1;
+                margin-bottom: .5rem;
                 &:hover{
                     padding: 0 0 0 .3rem;
                     
@@ -334,18 +342,29 @@
 
     }
     .block-region-third{
-       
+        margin-top: -150%;
         z-index: 20;
         position: sticky;
         top: 1rem;
         @include breakpoint(small down) {
             margin-top: 1rem;
         }
-        #evenements-block_1{
+        .field_document{
+            padding: 0.5rem 1rem;
+            .paragraph{
+                margin-bottom: 1rem;
+            }
+            .field_titre{
+                font-weight: 600;
+                
+            }
+        }
+        #evenements-block_1, #node\:field_document{
 
 
             background-color: black;
             margin-bottom: 3rem;
+            margin-top: -5rem;
             h2{
                 color: white;
             }
@@ -379,7 +398,7 @@
             background: $col-met;
         }
         .views-row{
-            padding: 1rem 0;
+            padding: .5rem 0;
             &:last-of-type{
                 margin-bottom: 1rem;
             }

Some files were not shown because too many files changed in this diff