From: Antoine Bluchet Date: Thu, 18 Sep 2014 15:18:18 +0000 (+0200) Subject: Fix: warning buttons style missing on topbar X-Git-Tag: v5.4.6~7^2 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=refs%2Fpull%2F5828%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Fix: warning buttons style missing on topbar --- diff --git a/scss/foundation/components/_top-bar.scss b/scss/foundation/components/_top-bar.scss index f4aae7291..38f72e07a 100644 --- a/scss/foundation/components/_top-bar.scss +++ b/scss/foundation/components/_top-bar.scss @@ -321,6 +321,7 @@ $topbar-arrows: true !default; //Set false to remove the triangle icon from the &.button.secondary { @include button-style($bg:$secondary-color); } &.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 { @@ -332,6 +333,7 @@ $topbar-arrows: true !default; //Set false to remove the triangle icon from the &.secondary { @include button-style($bg:$secondary-color); } &.success { @include button-style($bg:$success-color); } &.alert { @include button-style($bg:$alert-color); } + &.warning { @include button-style($bg:$warning-color); } } // Apply the hover link color when it has that class