From a2a98e0be1b48089aed3d181a3eb3e8e62f35d59 Mon Sep 17 00:00:00 2001 From: Jessica Lawshe Date: Mon, 27 Aug 2018 09:54:07 -0500 Subject: [PATCH] Add @brand-secondary color --- services/web/public/stylesheets/app/plans.less | 6 +++--- services/web/public/stylesheets/core/ol-variables.less | 1 + services/web/public/stylesheets/core/variables.less | 1 + 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/services/web/public/stylesheets/app/plans.less b/services/web/public/stylesheets/app/plans.less index bd3afd888e..8393bbe163 100644 --- a/services/web/public/stylesheets/app/plans.less +++ b/services/web/public/stylesheets/app/plans.less @@ -4,7 +4,7 @@ margin-bottom: @line-height-computed; } .best-value { - color: @red; + color: @brand-secondary; line-height: @line-height-computed; } blockquote { @@ -67,7 +67,7 @@ width: 120px; height: 120px; border-radius: 50%; - background-color: @red; + background-color: @brand-secondary; color: white; white-space: nowrap; span.small { @@ -348,7 +348,7 @@ /* tooltip */ sup { - color: @red; + color: @brand-secondary; cursor: pointer; margin-left: 5px; } diff --git a/services/web/public/stylesheets/core/ol-variables.less b/services/web/public/stylesheets/core/ol-variables.less index f5ca77cf04..dffcf7936b 100644 --- a/services/web/public/stylesheets/core/ol-variables.less +++ b/services/web/public/stylesheets/core/ol-variables.less @@ -360,6 +360,7 @@ @purple: #7a43b6; @brand-primary: @ol-green; +@brand-secondary: @ol-dark-green; @brand-success: @green; @brand-info: @ol-blue; @brand-warning: @orange; diff --git a/services/web/public/stylesheets/core/variables.less b/services/web/public/stylesheets/core/variables.less index 5fd9bfeddc..71fca59f4f 100755 --- a/services/web/public/stylesheets/core/variables.less +++ b/services/web/public/stylesheets/core/variables.less @@ -20,6 +20,7 @@ @purple: #7a43b6; @brand-primary: @red; +@brand-secondary: @red; @brand-success: @green; @brand-info: @blue; @brand-warning: @orange;