From: soufiane Date: Fri, 11 Apr 2025 08:04:38 +0000 (+0200) Subject: wait #7429 @0:10 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=519ff072d2320518bc0e08658f9c360ac992335d;p=fluidbook-v3.git wait #7429 @0:10 --- diff --git a/framework/application/views/helpers/QuoteForm.php b/framework/application/views/helpers/QuoteForm.php index 0ab08df..e7324f3 100644 --- a/framework/application/views/helpers/QuoteForm.php +++ b/framework/application/views/helpers/QuoteForm.php @@ -21,9 +21,7 @@ class Fluidbook_View_Helper_QuoteForm extends CubeIT_View_Helper_Abstract $res = '
'; $res .= $this->title($this->option('quote_heading'), 'h2'); - if(!strstr(APPLICATION_ENV, "learning")) { - $res .= $this->markupDotclear($this->option('quote_description')); - } + $res .= $this->markupDotclear($this->option('quote_description')); if ($contact) { $res .= '
' . $this->contactDetails() . '
'; } diff --git a/less/003-mixins.less b/less/003-mixins.less index be54f6f..bec055e 100644 --- a/less/003-mixins.less +++ b/less/003-mixins.less @@ -78,7 +78,7 @@ } .background-button-green() { - .background-button(#e5638b, #aac759); + .background-button(#8aab41, #aac759); color: #fff; &:hover { color: #fff; diff --git a/less/102-intro.less b/less/102-intro.less index f331147..f38488e 100644 --- a/less/102-intro.less +++ b/less/102-intro.less @@ -89,9 +89,9 @@ .elearning { .intro-button { - .background-button-green(); + .background-button-green-special(); } - &[data-header-theme="light"] .intro-button { + [data-header-theme="light"] .intro-button { .background-button-pink(); } } diff --git a/less/410-features.less b/less/410-features.less index ac213cc..ee95bda 100644 --- a/less/410-features.less +++ b/less/410-features.less @@ -362,4 +362,10 @@ .text-light { .font-thinning(); color: #fff; +} + +.elearning { + .features-video-button { + .background-button-green-special(); + } } \ No newline at end of file