]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Fix: warning buttons style missing on topbar 5828/head
authorAntoine Bluchet <abluchet@ds-restauration.com>
Thu, 18 Sep 2014 15:18:18 +0000 (17:18 +0200)
committerAntoine Bluchet <abluchet@ds-restauration.com>
Thu, 18 Sep 2014 15:18:18 +0000 (17:18 +0200)
scss/foundation/components/_top-bar.scss

index f4aae72911e0cb047b655cfdb3399600156de04b..38f72e07ae6b353b12ce558fe25d22a95c1fbd87 100644 (file)
@@ -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