Selaa lähdekoodia

picto block third projet

ouidade 1 viikko sitten
vanhempi
commit
2e288fbc8c

+ 7 - 6
web/themes/custom/eql/dist/assets/css/bundle.css

@@ -4164,7 +4164,7 @@ svg.ext {
   font-size: 0.9rem;
   font-weight: 800;
   margin-top: 0.8rem;
-  line-height: 0.6rem;
+  line-height: 1rem;
 }
 .path-projets .region-content #block-contenudelapageprincipale .layout--onecol .block-region-content .block-views-blockprojets-block-1 .view-projets .node-type-projet div:first-child .field--name-field-adresse .address {
   display: flex;
@@ -4709,10 +4709,10 @@ svg.ext {
   margin: auto;
 }
 .path-node.page-node-type-projet .layout-content .region-content #block-contenudelapageprincipale .layout--threecol-25-50-25 .layout__region--third .block-region-third .block-entity-fieldnodefield-fichiers .field--name-field-fichiers .file--image ::before {
-  content: url("../images/pictos/noun_Download_file_307900.svg");
+  content: url("../images/pictos/download.png");
   min-width: 30px;
   height: auto;
-  padding-right: 1rem;
+  padding-right: 2rem;
 }
 .path-node.page-node-type-projet .layout-content .region-content #block-contenudelapageprincipale .layout--threecol-25-50-25 .layout__region--third .block-region-third .block-entity-fieldnodefield-fichiers .field--name-field-fichiers .file--image a {
   hyphens: auto;
@@ -4725,10 +4725,10 @@ svg.ext {
   margin: auto;
 }
 .path-node.page-node-type-projet .layout-content .region-content #block-contenudelapageprincipale .layout--threecol-25-50-25 .layout__region--third .block-region-third .block-entity-fieldnodefield-fichiers .field--name-field-fichiers .file--mime-application-pdf ::before {
-  content: url("../images/pictos/noun_Download_file_307900.svg");
+  content: url("../images/pictos/download.png");
   min-width: 30px;
   height: auto;
-  padding-right: 1rem;
+  padding-right: 2rem;
 }
 .path-node.page-node-type-projet .layout-content .region-content #block-contenudelapageprincipale .layout--threecol-25-50-25 .layout__region--third .block-region-third .block-entity-fieldnodefield-fichiers .field--name-field-fichiers .file--mime-application-pdf a {
   hyphens: auto;
@@ -4760,7 +4760,7 @@ svg.ext {
   content: url("../images/pictos/external_link.png");
   min-width: 30px;
   height: auto;
-  padding-right: 1rem;
+  padding-right: 2rem;
 }
 .path-node.page-node-type-projet .layout-content .region-content #block-contenudelapageprincipale .layout--threecol-25-50-25 .layout__region--third .block-region-third .block-entity-fieldnodefield-liens .field--name-field-liens a svg.ext {
   display: none;
@@ -5470,6 +5470,7 @@ svg.ext {
   top: 25rem;
   left: 0;
   background-color: rgb(255, 255, 255);
+  border: solid 0.2px rgba(0, 0, 0, 0.1);
   margin-bottom: 5rem;
   padding: 1rem;
   padding-left: 2rem;

BIN
web/themes/custom/eql/dist/assets/images/pictos/download.png


+ 1 - 1
web/themes/custom/eql/scss/pages/_lesprojets.scss

@@ -214,7 +214,7 @@
                                             font-size: 0.9rem;
                                             font-weight: 800;
                                             margin-top: 0.8rem;
-                                            line-height: 0.6rem;
+                                            line-height: 1rem;
                                             .address{
                                                 display: flex;
                                                 flex-direction: row;

+ 5 - 5
web/themes/custom/eql/scss/pages/_projet.scss

@@ -491,10 +491,10 @@
                                         height: inherit;      
                                         margin: auto;  
                                         ::before{
-                                            content: url("../images/pictos/noun_Download_file_307900.svg");
+                                            content: url("../images/pictos/download.png");
                                             min-width:30px;
                                             height: auto;
-                                            padding-right: 1rem;
+                                            padding-right: 2rem;
                                         }
                                         a{
                                             hyphens: auto;
@@ -509,10 +509,10 @@
                                         height: inherit;      
                                         margin: auto;  
                                         ::before{
-                                            content: url("../images/pictos/noun_Download_file_307900.svg");
+                                            content: url("../images/pictos/download.png");
                                             min-width:30px;
                                             height: auto;
-                                            padding-right: 1rem;
+                                            padding-right: 2rem;
                                         }
                                         a{
                                             hyphens: auto;
@@ -550,7 +550,7 @@
                                             content: url("../images/pictos/external_link.png");
                                             min-width: 30px;
                                             height: auto;
-                                            padding-right: 1rem;
+                                            padding-right: 2rem;
                                         }
                                         svg.ext{
                                             display: none;

+ 1 - 0
web/themes/custom/eql/scss/pages/ressources.scss

@@ -152,6 +152,7 @@
                                         top: 25rem;
                                         left: 0;
                                         background-color: $white;
+                                        border: solid 0.2px rgba(0, 0, 0, 0.1);
                                         margin-bottom: 5rem;
                                         padding: 1rem;
                                         padding-left: 2rem;