]> _ Git - fluidbook-v3.git/commitdiff
wait #7430 @0:10
authorsoufiane <soufiane@cubedesigners.com>
Thu, 10 Apr 2025 13:55:30 +0000 (15:55 +0200)
committersoufiane <soufiane@cubedesigners.com>
Thu, 10 Apr 2025 13:55:30 +0000 (15:55 +0200)
framework/application/views/helpers/HeaderContactNav.php
less/420-features-details.less

index b5fdb0ea8cef5d088919ebc7eaf720194fa4bd01..2dc9acce15f9ea878916eff37976fcf4f115066b 100644 (file)
@@ -7,6 +7,10 @@ class Fluidbook_View_Helper_HeaderContactNav extends CubeIT_View_Helper_Abstract
        public function headerContactNav() {\r
                $res = array();\r
 \r
+        if(strstr(SITE_URL, 'elearning')) {\r
+            $this->htmlDeclaration()->addClass('elearning');\r
+        }\r
+\r
                $res[] = $this->linkInternal(__('Agences'), 'internal:agences',array('class'=>'agencies'));\r
                $res[] = $this->linkQuote(__('Demandez un devis'),'',true);\r
 \r
index 5f6bf7577c67f39f3a9cb6bfdb73c5ab981e7189..af6ae00b1d615be28a75797c573d426942ad8f03 100644 (file)
         text-transform: uppercase;\r
         font-weight: 500;\r
         margin-bottom: 15px;\r
-        font-size: 40px;\r
-        line-height: 45px;\r
-        @media @m900 {\r
-          font-size: 2.17em;\r
-          line-height: normal;\r
-        }\r
       }\r
     }\r
 \r
   }\r
 \r
 }\r
+\r
+.elearning #featureDetails .article h3 {\r
+  font-size: 40px;\r
+  line-height: 45px;\r
+  @media @m900 {\r
+    font-size: 2.17em;\r
+    line-height: normal;\r
+  }\r
+}
\ No newline at end of file