]> _ Git - fluidbook-v3.git/commitdiff
wait #7429 @0:10
authorsoufiane <soufiane@cubedesigners.com>
Fri, 11 Apr 2025 08:04:38 +0000 (10:04 +0200)
committersoufiane <soufiane@cubedesigners.com>
Fri, 11 Apr 2025 08:04:38 +0000 (10:04 +0200)
framework/application/views/helpers/QuoteForm.php
less/003-mixins.less
less/102-intro.less
less/410-features.less

index 0ab08df16844fbbeeb92b5bdbd949219bfa66b15..e7324f3ea34106795773fea1fdc79880aaf6756f 100644 (file)
@@ -21,9 +21,7 @@ class Fluidbook_View_Helper_QuoteForm extends CubeIT_View_Helper_Abstract
 
         $res = '<div class="text col-2">';
         $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 .= '<div style="padding: 40px 0 0 0">' . $this->contactDetails() . '</div>';
         }
index be54f6fc3ef8d62428e96c5ba86cad91c910ef4e..bec055e20b8ca15e54e006b4210af2aa9dc76a91 100644 (file)
@@ -78,7 +78,7 @@
 }
 
 .background-button-green() {
-       .background-button(#e5638b, #aac759);
+       .background-button(#8aab41, #aac759);
        color: #fff;
        &:hover {
                color: #fff;
index f331147b3dc67522adb9d260b5ab63bc4ec6ae2b..f38488e14cc30c06a791c3913597161f262a738b 100644 (file)
@@ -89,9 +89,9 @@
 \r
 .elearning {\r
   .intro-button {\r
-    .background-button-green();\r
+    .background-button-green-special();\r
   }\r
-  &[data-header-theme="light"] .intro-button {\r
+  [data-header-theme="light"] .intro-button {\r
     .background-button-pink();\r
   }\r
 }\r
index ac213cc18bb00e866ad9a26a802f99ef1d3e00a2..ee95bda9313dbfaf08963746257ad4d9cd1b77fb 100644 (file)
 .text-light {
        .font-thinning();
        color: #fff;
+}
+
+.elearning {
+       .features-video-button {
+               .background-button-green-special();
+       }
 }
\ No newline at end of file