Browse Source

carousel programme

armansansd 2 years ago
parent
commit
9a14f09902

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


+ 0 - 1
web/themes/custom/popsu/sass/pages/_home.scss

@@ -114,7 +114,6 @@
 		margin-top: 1rem;
 		// position: absolute;
 		grid-column: 1;
-		grid-row: 1;
 		grid-row: 1 / span 6;
 		z-index: -1;
 		.field-content{

+ 28 - 2
web/themes/custom/popsu/sass/pages/_programme.scss

@@ -31,6 +31,15 @@
                 opacity: .5;
             }
         }
+        .slick-track{
+            height: 40vw;
+        }
+        .slick-slide > div{
+            height: 100%;
+        }
+        .views-row{
+            height: 100%;
+        }
         .slick-next{
             right: 0;
             top: 0;
@@ -96,7 +105,14 @@
                 grid-column: 1;
                 grid-row: auto;
                 z-index: -1;
-                margin-top: -15%;
+                grid-column: 1;
+		        grid-row: 1 / span 6;
+                margin-top: 1rem;
+                height: 100%;
+                .field-content{
+                    height: 100%;
+                    width: 100%;
+                }
             }
             .views-field-view-node{
                 visibility: hidden;
@@ -123,16 +139,26 @@
             // 	grid-row: 4;
             // }
             .views-field-title{
-                // grid-row: 5;
+                grid-row: 2;
                 font-size: $font-big !important;
                 font-weight: 500;
                 line-height: 1.2;
                 padding-top: .3rem;
 
             }
+            .views-field-field-sous-titre{
+		
+                grid-row: 4;
+            }
             .views-field-field-sous-titre{
                 padding: .5rem 0 1rem 0;
             }
+            .views-field-field-type-evenement{
+                grid-row: 5;
+            }
+            .views-field-field-date,.views-field-field-dates-actu{
+                grid-row: 3;
+            }
             
             .views-field-field-programme{
                 text-transform: uppercase;

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

@@ -627,5 +627,8 @@
         h2{
             text-align: center;
         }
+        article{
+
+        }
     }
 }

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