]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Add info coloring as an option to labels, fixes #5754
authorGeoff Kimball <geoff@zurb.com>
Mon, 8 Sep 2014 21:19:56 +0000 (14:19 -0700)
committerGeoff Kimball <geoff@zurb.com>
Mon, 8 Sep 2014 21:19:56 +0000 (14:19 -0700)
scss/foundation/components/_labels.scss

index 1b5a8cea6f40ce9f181f6ecb6a5715bae54df88f..8f3311479038da7cd858176213ad269a77812cb0 100644 (file)
@@ -100,6 +100,7 @@ $label-font-family: $body-font-family !default;
       &.warning   { @include label-style($warning-color); }
       &.success   { @include label-style($success-color); }
       &.secondary { @include label-style($secondary-color); }
+      &.info      { @include label-style($info-color); }
     }
   }
 }