From: soufiane Date: Thu, 10 Apr 2025 14:26:36 +0000 (+0200) Subject: wait #7429 @0:30 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=e4de6149f43e7785f5e9ca6a13e3c258f89cf3fd;p=fluidbook-v3.git wait #7429 @0:30 --- diff --git a/less/102-intro.less b/less/102-intro.less index 1edeecd..dd5d83a 100644 --- a/less/102-intro.less +++ b/less/102-intro.less @@ -87,6 +87,6 @@ } } -&[data-header-theme="light"] .intro-button { +.elearning &[data-header-theme="light"] .intro-button { .background-button-pink(); } diff --git a/less/104-nav.less b/less/104-nav.less index 30a5482..5967fb2 100644 --- a/less/104-nav.less +++ b/less/104-nav.less @@ -163,7 +163,7 @@ nav#contactnav { .rounded-button(); &.quoteLink { - .background-button-green-special(); + .background-button-green(); color: #fff; line-height: 1; @media @m640 { @@ -200,14 +200,6 @@ nav#contactnav { } } -header#h { - &.light { - nav#contactnav a.quoteLink { - .background-button-pink(); - } - } -} - .macaron { box-sizing: border-box; display: inline-block; @@ -359,4 +351,19 @@ header#h.light { } } +.elearning { + nav#contactnav { + a.quoteLink { + .background-button-green-special(); + } + } + header#h { + &.light { + nav#contactnav a.quoteLink { + .background-button-pink(); + } + } + } +} + @import "105-mmenu";