Bläddra i källkod

css textes 1 actu

ouidade 3 år sedan
förälder
incheckning
f7191629d0

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

@@ -753,9 +753,14 @@ a {
       color: #09398b;
       border-bottom: 1px solid #009ee3;
       padding-bottom: 0.5rem;
-      padding-right: 1rem; }
+      padding-right: 1rem;
+      margin-top: 2rem;
+      margin-bottom: 0.8rem; }
       .path-node.page-node-type-actualite .layout--threecol-25-50-25 .layout__region--first .block-entity-fieldnodefield-textes .field--name-field-titre:hover {
         text-decoration: underline; }
+    .path-node.page-node-type-actualite .layout--threecol-25-50-25 .layout__region--first .block-entity-fieldnodefield-textes a.ext {
+      color: black;
+      text-decoration: underline; }
 
 .path-node.page-node-type-actualite .layout--threecol-25-50-25 .layout__region--second {
   flex: 0 1 50%;

+ 6 - 0
web/themes/custom/eql/scss/pages/_actualite.scss

@@ -84,11 +84,17 @@
                     border-bottom: 1px solid $blue-light;
                     padding-bottom: 0.5rem;
                     padding-right: 1rem;
+                    margin-top: 2rem;
+                    margin-bottom: 0.8rem;
     
                     &:hover{
                         text-decoration: underline;
                     }
                 }
+                a.ext{
+                    color: $black;
+                    text-decoration: underline;
+                }
             }
         }
         .layout__region--second{