Explorar el Código

padding fichier et css a

ouidade hace 1 mes
padre
commit
65d561c427

+ 9 - 0
web/themes/custom/eql/dist/assets/css/bundle.css

@@ -173,6 +173,14 @@ a {
   text-decoration: none;
 }
 
+a.ext {
+  color: black;
+}
+
+svg.ext {
+  display: none;
+}
+
 @media (max-width: 959px) {
   #block-headermenu {
     display: none;
@@ -2423,6 +2431,7 @@ a {
   padding-left: 1rem;
   padding-top: 1rem;
   margin-bottom: 1rem;
+  padding: 1rem;
 }
 .page-node-type-ressource .layout__region--third .block-region-third .field--name-field-fichiers span:nth-of-type(2) {
   display: none;

+ 11 - 1
web/themes/custom/eql/scss/global/_typography.scss

@@ -2,4 +2,14 @@
 
 a {
  text-decoration: none;
-}
+ 
+}
+
+a.ext{
+    color: black;
+}
+
+svg.ext{
+    display: none;
+}
+

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

@@ -267,6 +267,7 @@
                     padding-left: 1rem;
                     padding-top: 1rem;
                     margin-bottom: 1rem;
+                    padding: 1rem;
             
                     span:nth-of-type(2){
                         display: none;