From: MarcGuay Date: Wed, 25 Feb 2015 21:30:58 +0000 (-0500) Subject: Add $info-color to possible background colors for topbar buttons X-Git-Tag: v5.5.2~91^2^2 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F6322%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Add $info-color to possible background colors for topbar buttons --- 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