Browse Source

Merge branch 'master' of gogs-figureslibres.io:bachir/popsu-d9

bach 2 years ago
parent
commit
4cc3f950db

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


+ 23 - 1
web/themes/custom/popsu/sass/pages/_programme.scss

@@ -195,6 +195,9 @@
 
 
     &.programme-1{
+        #node\:field_document .field_document{
+            background:$col-2;
+        }
         article{
             h2,h3,h4,h5,h6,.field_titre{
                 color: $col-2;
@@ -205,6 +208,9 @@
         }
     }
     &.programme-2{
+        #node\:field_document .field_document{
+            background:$col-2;
+        }
         article{
             h2,h3,h4,h5,h6,.field_titre{
                 color: $col-2;
@@ -215,6 +221,9 @@
         }
     }
     &.programme-3{
+        #node\:field_document .field_document{
+            background:$col-eur;
+        }
         article{
             h2,h3,h4,h5,h6,.field_titre{
                 color: $col-eur;
@@ -226,6 +235,9 @@
         }
     }
     &.programme-4{
+        #node\:field_document .field_document{
+            background:$col-1;
+        }
         article{
             h2,h3,h4,h5,h6,.field_titre{
                 color: $col-1;
@@ -237,6 +249,9 @@
         }
     }
     &.programme-5{
+        #node\:field_document .field_document{
+            background:$col-mond;
+        }
         article{
             h2,h3,h4,h5,h6,.field_titre{
                 color: $col-mond;
@@ -248,6 +263,9 @@
         }
     }
     &.programme-6{
+        #node\:field_document .field_document{
+            background:$col-ter;
+        }
         article{
             h2,h3,h4,h5,h6,.field_titre{
                 color: $col-ter;
@@ -259,6 +277,9 @@
         }
     }
     &.programme-7{
+        #node\:field_document .field_document{
+            background:$col-met;
+        }
         article{
             h2,h3,h4,h5,h6,.field_titre{
                 color: $col-met;
@@ -352,7 +373,8 @@
         .field_document{
             padding: 0.5rem 1rem;
             .paragraph{
-                margin-bottom: 1rem;
+                margin-bottom: 2rem;
+                color: white;
             }
             .field_titre{
                 font-weight: 600;

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