Przeglądaj źródła

css equipe img rond

ouidade 1 rok temu
rodzic
commit
6fdba91055

+ 2 - 0
web/themes/custom/eql/css-compiled/styles.css

@@ -731,6 +731,8 @@ a {
         grid-column: 1 / 2;
         grid-row: 1 / span 3;
         padding-right: 1rem; }
+        .field--name-field-equipes .paragraph--type--equipe .paragraph--type--personne .field--name-field-photo img {
+          border-radius: 50%; }
       .field--name-field-equipes .paragraph--type--equipe .paragraph--type--personne .field--name-field-prenom {
         grid-column: 2 / span 3;
         grid-row: 1;

+ 3 - 0
web/themes/custom/eql/scss/pages/_partenaires.scss

@@ -95,6 +95,9 @@
                 grid-row:  1 / span 3;
                 // margin-top: 2rem;
                 padding-right: 1rem;
+                img{
+                    border-radius: 50%;
+                }
             }
             .field--name-field-prenom{
                 grid-column: 2 / span 3;