From f830e65661c62607fd10c4dd9e82f5a17882c269 Mon Sep 17 00:00:00 2001 From: soufiane Date: Thu, 10 Apr 2025 15:55:30 +0200 Subject: [PATCH] wait #7430 @0:10 --- .../views/helpers/HeaderContactNav.php | 4 ++++ less/420-features-details.less | 15 +++++++++------ 2 files changed, 13 insertions(+), 6 deletions(-) diff --git a/framework/application/views/helpers/HeaderContactNav.php b/framework/application/views/helpers/HeaderContactNav.php index b5fdb0e..2dc9acc 100644 --- a/framework/application/views/helpers/HeaderContactNav.php +++ b/framework/application/views/helpers/HeaderContactNav.php @@ -7,6 +7,10 @@ class Fluidbook_View_Helper_HeaderContactNav extends CubeIT_View_Helper_Abstract public function headerContactNav() { $res = array(); + if(strstr(SITE_URL, 'elearning')) { + $this->htmlDeclaration()->addClass('elearning'); + } + $res[] = $this->linkInternal(__('Agences'), 'internal:agences',array('class'=>'agencies')); $res[] = $this->linkQuote(__('Demandez un devis'),'',true); diff --git a/less/420-features-details.less b/less/420-features-details.less index 5f6bf75..af6ae00 100644 --- a/less/420-features-details.less +++ b/less/420-features-details.less @@ -24,12 +24,6 @@ text-transform: uppercase; font-weight: 500; margin-bottom: 15px; - font-size: 40px; - line-height: 45px; - @media @m900 { - font-size: 2.17em; - line-height: normal; - } } } @@ -137,3 +131,12 @@ } } + +.elearning #featureDetails .article h3 { + font-size: 40px; + line-height: 45px; + @media @m900 { + font-size: 2.17em; + line-height: normal; + } +} \ No newline at end of file -- 2.39.5