]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Add $info-color to possible background colors for topbar buttons 6322/head
authorMarcGuay <marc.guay@gmail.com>
Wed, 25 Feb 2015 21:30:58 +0000 (16:30 -0500)
committerMarcGuay <marc.guay@gmail.com>
Wed, 25 Feb 2015 21:30:58 +0000 (16:30 -0500)
scss/foundation/components/_top-bar.scss

index 28bd3ad01e648fbe71fa7e9aefa1c89ea349ec5f..b0a65cc6037e8ce48b6701d65ee98f3542a12570 100644 (file)
@@ -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