From: soufiane Date: Thu, 10 Apr 2025 11:00:11 +0000 (+0200) Subject: wait #7429 @0:20 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=2d06e23fb74b7367ceffaa7e44aabd2e87525716;p=fluidbook-v3.git wait #7429 @0:20 --- diff --git a/less/003-mixins.less b/less/003-mixins.less index 3c1f44f..be54f6f 100644 --- a/less/003-mixins.less +++ b/less/003-mixins.less @@ -78,7 +78,23 @@ } .background-button-green() { - .background-button(#8aab41, #aac759); + .background-button(#e5638b, #aac759); + color: #fff; + &:hover { + color: #fff; + } +} + +.background-button-green-special() { + .background-button(#4fc38a, #aac759); + color: #fff; + &:hover { + color: #fff; + } +} + +.background-button-pink() { + .background-button(#e5638b, #aac759); color: #fff; &:hover { color: #fff; diff --git a/less/102-intro.less b/less/102-intro.less index d485eea..1edeecd 100644 --- a/less/102-intro.less +++ b/less/102-intro.less @@ -80,8 +80,13 @@ .border-button-fill(@color-text, @color-text, 5%); .longarrow-button(12px, 40px, 18px); margin-top: 2em; + .background-button-green-special(); &:hover { color: @color-text; } } + +&[data-header-theme="light"] .intro-button { + .background-button-pink(); +} diff --git a/less/104-nav.less b/less/104-nav.less index 201fcf4..30a5482 100644 --- a/less/104-nav.less +++ b/less/104-nav.less @@ -163,7 +163,7 @@ nav#contactnav { .rounded-button(); &.quoteLink { - .background-button-green(); + .background-button-green-special(); color: #fff; line-height: 1; @media @m640 { @@ -200,6 +200,14 @@ nav#contactnav { } } +header#h { + &.light { + nav#contactnav a.quoteLink { + .background-button-pink(); + } + } +} + .macaron { box-sizing: border-box; display: inline-block;