Browse Source

page actu picto, font h3 ressource

ouidade 1 week ago
parent
commit
0b2403ae57

+ 2 - 1
web/themes/custom/eql/dist/assets/css/bundle.css

@@ -1462,7 +1462,7 @@ svg.ext {
   margin: auto;
 }
 .path-node.page-node-type-actualite .layout--threecol-25-50-25 .layout__region--third .block-region-third .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;
@@ -5421,6 +5421,7 @@ svg.ext {
 .path-ressources .layout-content .region-content #block-contenudelapageprincipale .layout--onecol .layout__region--content .block-region-content .block-views-blockbase-de-donnees-block-1 .view-base-de-donnees .view-content .view-type-ressource-slide:not(footer) h3 {
   margin-top: 3rem;
   text-transform: uppercase;
+  font-family: "Source Code Pro";
 }
 .path-ressources .layout-content .region-content #block-contenudelapageprincipale .layout--onecol .layout__region--content .block-region-content .block-views-blockbase-de-donnees-block-1 .view-base-de-donnees .view-content .view-type-ressource-slide:not(footer) h3 a {
   color: rgb(9, 57, 139) !important;

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

@@ -355,7 +355,7 @@
                         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;

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

@@ -171,6 +171,7 @@
                                             h3{
                                                 margin-top: 3rem;
                                                 text-transform: uppercase;
+                                                font-family: 'Source Code Pro';
                                                 a{color: rgb(9, 57, 139) !important;}
                                             }
                                             h3 a{