From 5ab6d443d146fe5584f8334efb4da93c7b726895 Mon Sep 17 00:00:00 2001 From: MarcGuay Date: Wed, 25 Feb 2015 16:30:58 -0500 Subject: [PATCH] Add $info-color to possible background colors for topbar buttons --- scss/foundation/components/_top-bar.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scss/foundation/components/_top-bar.scss b/scss/foundation/components/_top-bar.scss index 28bd3ad01..b0a65cc60 100644 --- a/scss/foundation/components/_top-bar.scss +++ b/scss/foundation/components/_top-bar.scss @@ -336,6 +336,7 @@ $topbar-dropdown-arrows: true !default; //Set false to remove the \00bb >> text &.button.success { @include button-style($bg:$success-color); } &.button.alert { @include button-style($bg:$alert-color); } &.button.warning { @include button-style($bg:$warning-color); } + &.button.info { @include button-style($bg:$info-color); } } > button { @@ -348,6 +349,7 @@ $topbar-dropdown-arrows: true !default; //Set false to remove the \00bb >> text &.success { @include button-style($bg:$success-color); } &.alert { @include button-style($bg:$alert-color); } &.warning { @include button-style($bg:$warning-color); } + &.info { @include button-style($bg:$info-color); } } // Apply the hover link color when it has that class -- 2.47.2