Bladeren bron

lien ext sizec

ouidade 3 jaren geleden
bovenliggende
commit
389cbdb702
2 gewijzigde bestanden met toevoegingen van 8 en 14 verwijderingen
  1. 4 4
      web/themes/custom/eql/css-compiled/styles.css
  2. 4 10
      web/themes/custom/eql/scss/pages/_static.scss

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

@@ -222,8 +222,8 @@ a {
       margin: auto; }
       .layout__region--third .block-region-third .field--name-field-fichiers .file--mime-application-pdf ::before {
         content: url("../images/pictos/noun_Download_file_307900.svg");
-        width: 50px;
-        height: 53px;
+        min-width: 50px;
+        height: auto;
         padding-right: 1rem; }
       .layout__region--third .block-region-third .field--name-field-fichiers .file--mime-application-pdf a {
         display: inline-flex;
@@ -247,8 +247,8 @@ a {
     font-weight: 800; }
     .layout__region--third .block-region-third .block-entity-fieldnodefield-liens .field--name-field-liens a::before {
       content: url("../images/pictos/noun_External Link_674151.svg");
-      width: 50px;
-      height: 53px;
+      min-width: 50px;
+      height: auto;
       padding-right: 1rem; }
     .layout__region--third .block-region-third .block-entity-fieldnodefield-liens .field--name-field-liens a svg.ext {
       display: none; }

+ 4 - 10
web/themes/custom/eql/scss/pages/_static.scss

@@ -25,7 +25,6 @@
             display: flex;
             width: 50%;
             background-color: $white;
-            // justify-content: flex-end;
             padding-right: 2rem;
                
             .field--name-field-titre{
@@ -86,7 +85,6 @@
         }         
         .field--name-field-fichiers{
             min-height: 4rem;
-            // max-width: 75%;
             background: $white;
             color: $blue-light;
             padding-left: 1rem;
@@ -102,8 +100,8 @@
                 margin: auto;  
                 ::before{
                     content: url("../images/pictos/noun_Download_file_307900.svg");
-                    width: 50px;
-                    height: 53px;
+                    min-width:50px;
+                    height: auto;
                     padding-right: 1rem;
                 }
                 a{
@@ -133,17 +131,13 @@
                     margin: auto;  
                     height: fit-content;
                     border: 2px solid $blue-light;
-            
                     min-height: 4rem;
-                    // max-width: 75%;
                     background: $white;
                     color: $blue-light;
                     padding-left: 1rem;
                     padding-top: 1rem;
                     margin-bottom: 1rem;
                 }
-    
-    
                 a{
                     display: inline-flex;
                     align-items: center;
@@ -151,8 +145,8 @@
                     font-weight: 800;
                     &::before{
                         content: url("../images/pictos/noun_External Link_674151.svg");
-                        width: 50px;
-                        height: 53px;
+                        min-width: 50px;
+                        height: auto;
                         padding-right: 1rem;
                     }
                     svg.ext{