From c563a3f69c9a7455765c13c8e319053b4b406f69 Mon Sep 17 00:00:00 2001 From: Antoine Bluchet Date: Thu, 18 Sep 2014 17:18:18 +0200 Subject: [PATCH] Fix: warning buttons style missing on topbar --- 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 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 -- 2.47.2