$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>';
}
}
.background-button-green() {
- .background-button(#e5638b, #aac759);
+ .background-button(#8aab41, #aac759);
color: #fff;
&:hover {
color: #fff;
\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
.text-light {
.font-thinning();
color: #fff;
+}
+
+.elearning {
+ .features-video-button {
+ .background-button-green-special();
+ }
}
\ No newline at end of file