ouidade 1 год назад
Родитель
Сommit
ca3ebe4e2c

+ 15 - 0
web/themes/custom/reha/css/reha.css

@@ -397,10 +397,23 @@ footer {
     padding-right: 2rem; }
     #footer-left div #block-reha-pieddepage ul {
       padding-left: 0; }
+    #footer-left div #block-reha-logoreha-3 {
+      display: none; }
+    #footer-left div .social-media-links--platforms {
+      display: flex;
+      flex-direction: row; }
+      #footer-left div .social-media-links--platforms svg.ext {
+        display: none; }
 
 #footer-middle #block-reha-operateurduprogramme {
   display: flex;
   flex-direction: column; }
+  #footer-middle #block-reha-operateurduprogramme img {
+    max-width: 150px;
+    height: fit-content;
+    max-height: 100px;
+    object-fit: contain;
+    padding: 1rem; }
 
 #footer-right #block-reha-config-pages-2 {
   display: flex;
@@ -412,6 +425,8 @@ footer {
     #footer-right #block-reha-config-pages-2 .field--name-field-partenaires .field__items img {
       max-width: 150px;
       height: fit-content;
+      max-height: 100px;
+      object-fit: contain;
       padding: 1rem; }
 
 .form-item {

+ 19 - 0
web/themes/custom/reha/scss/partials/_footer.scss

@@ -34,6 +34,16 @@ margin-left: 10rem;
                 padding-left: 0;
             }
         }
+        #block-reha-logoreha-3{
+            display: none;
+        }
+        .social-media-links--platforms{
+            display: flex;
+            flex-direction: row;
+            svg.ext{
+                display: none;
+            }
+        }
     }
 }
 
@@ -41,6 +51,13 @@ margin-left: 10rem;
     #block-reha-operateurduprogramme{
         display: flex;
         flex-direction: column;
+        img{
+            max-width: 150px;
+            height: fit-content;
+            max-height: 100px;
+            object-fit: contain;
+            padding: 1rem;
+        }
     }
 }
 
@@ -56,6 +73,8 @@ margin-left: 10rem;
                 img{
                     max-width: 150px;
                     height: fit-content;
+                    max-height: 100px;
+                    object-fit: contain;
                     padding: 1rem;
                 }
             }

+ 0 - 2
web/themes/custom/reha/scss/partials/_header.scss

@@ -204,9 +204,7 @@ header{
                             li:first-of-type{
                                 margin-top: 4rem;
                                 border-bottom: 1px solid black ;
-                                ::before{
 
-                                }
                             }
                             li{
                                 text-transform: uppercase;