armansansd 2 years ago
parent
commit
f309248ee5

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


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

@@ -301,6 +301,27 @@
                 }
             }
         }
+        .paragraph--type--equipes{
+            .field_type_equipe{
+                margin: .8rem 0 .3rem 0;
+            }
+        }
+        
+        .paragraph--type--personne{
+            //background-color: red;
+            display: flex;
+            flex-wrap: wrap;
+            .field_nom, .field_prenom{
+                font-weight: 600;
+            }
+           
+            .field_fonction{
+                width: 100%;
+            }
+            .field_nom{
+                margin-left: .2rem;
+            }
+        }
     }
     //end contenus central 
 

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