Browse Source

trait grille actus

ouidade 2 years ago
parent
commit
35d2a90bb1

+ 1 - 1
web/themes/custom/eql/css-compiled/styles.css

@@ -1104,7 +1104,7 @@ a {
               object-fit: cover; }
             .path-actualites .block-region-content .block-views .node-type-actualite div:first-child .field--name-field-images::after {
               display: block;
-              content: url('data:image/svg+xml,<svg width="160" height="40" xmlns="http://www.w3.org/2000/svg" version="1.1"> <line x1="0" x2="80" y1="20" y2="20" stroke-linecap="cube" stroke="rgb(9,57,139)" stroke-width="5"/></svg>'); }
+              content: url('data:image/svg+xml,<svg width="160" height="25" xmlns="http://www.w3.org/2000/svg" version="1.1"> <line x1="0" x2="80" y1="20" y2="20" stroke-linecap="cube" stroke="rgb(9,57,139)" stroke-width="2.5"/></svg>'); }
           .path-actualites .block-region-content .block-views .node-type-actualite div:first-child .field--name-field-sous-titre {
             margin-top: 0.5rem;
             font-size: 0.9rem;

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

@@ -61,7 +61,7 @@
                         }
                         &::after{ 
                             display: block;
-                            content:url('data:image/svg+xml,<svg width="160" height="40" xmlns="http://www.w3.org/2000/svg" version="1.1"> <line x1="0" x2="80" y1="20" y2="20" stroke-linecap="cube" stroke="rgb(9,57,139)" stroke-width="5"/></svg>');
+                            content:url('data:image/svg+xml,<svg width="160" height="25" xmlns="http://www.w3.org/2000/svg" version="1.1"> <line x1="0" x2="80" y1="20" y2="20" stroke-linecap="cube" stroke="rgb(9,57,139)" stroke-width="2.5"/></svg>');
                         }
                     }
                     .field--name-field-sous-titre{