Browse Source

block fichiers liés

ouidade 3 years ago
parent
commit
00f6cb0671

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

@@ -779,14 +779,14 @@ a {
     .path-node.page-node-type-actualite .layout--threecol-25-50-25 .layout__region--third .block-region-third .block-entity-fieldnodefield-fichiers {
       height: fit-content;
       border: 2px solid #009ee3;
-      background-color: white; }
+      background-color: white;
+      margin-bottom: 1rem; }
     .path-node.page-node-type-actualite .layout--threecol-25-50-25 .layout__region--third .block-region-third .field--name-field-fichiers {
       min-height: 4rem;
       background: white;
       color: #009ee3;
       padding-left: 1rem;
-      padding-top: 1rem;
-      margin-bottom: 1rem; }
+      padding-top: 1rem; }
       .path-node.page-node-type-actualite .layout--threecol-25-50-25 .layout__region--third .block-region-third .field--name-field-fichiers span:nth-of-type(2) {
         display: none; }
       .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 {

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

@@ -134,6 +134,7 @@
                     height: fit-content;
                     border: 2px solid $blue-light;
                     background-color: $white;
+                    margin-bottom: 1rem;
             
                 }         
                 .field--name-field-fichiers{
@@ -142,7 +143,7 @@
                     color: $blue-light;
                     padding-left: 1rem;
                     padding-top: 1rem;
-                    margin-bottom: 1rem;
+                    
             
                     span:nth-of-type(2){
                         display: none;