Browse Source

#153 design des evenements

armansansd 2 years ago
parent
commit
5d53c41809

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


+ 39 - 1
web/themes/custom/popsu/sass/pages/_projet.scss

@@ -1 +1,39 @@
-//voir theme
+//voir theme
+
+//page ville sidebar 
+
+.field_evenements_lies{
+
+    article{
+        display: grid;
+        padding-top: .5rem;
+        padding-bottom: .5rem;
+        a{
+            text-decoration: none;
+        }
+        .field_programme{
+            display: none;
+            // display: inline-block;
+			// width: auto;
+			
+			// color: transparent;
+			// font-weight: 600;
+			// text-transform: uppercase;
+			// font-size: .5rem;
+            // a{
+            //     padding: .3rem .5rem;
+            // }
+        }
+        h2{
+            color: white !important;
+            grid-row: 2;
+            background: none;
+            font-size: $font-normal;
+            margin: 0;
+           
+        }
+        &.programme-6{
+            background: $col-ter;
+        }
+    }
+}

+ 10 - 0
web/themes/custom/popsu/sass/setup/_globals.scss

@@ -90,6 +90,16 @@ a{
 // .ext{
 // 	display: none;
 // }
+
+.block-region-first{
+    #node\:field_programme{
+		.field_programme{
+			*{
+				background: none !important;
+			}
+		}
+	}
+}
 .footer_bottom_right_container{
 	.ext{
 		display: none;

+ 2 - 0
web/themes/custom/popsu/sass/setup/_layouts.scss

@@ -12,6 +12,8 @@
 .layout__region--bottom{
     grid-column: 1 /span 3;
 }
+
+
 @include breakpoint(small down) {
     #leaflet-map-view-projets-block-2{
         max-height: 400px !important;

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