]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
add bg color variable for progress bar 1759/head
authorEli Dupuis <elidupuis@gmail.com>
Wed, 6 Mar 2013 20:09:29 +0000 (13:09 -0700)
committerEli Dupuis <elidupuis@gmail.com>
Wed, 6 Mar 2013 20:09:29 +0000 (13:09 -0700)
scss/foundation/components/_progress-bars.scss
templates/project/scss/_settings.scss

index ea0b95b118a8c5836e61e2146f87caf9295f2d91..ab6595b7aab95db0caba7678c0d2a271c0757018 100644 (file)
@@ -4,6 +4,7 @@
 
 // We use this to se the prog bar height
 $progress-bar-height: emCalc(25px) !default;
+$progress-bar-color: transparent !default;
 
 // We use these to control the border styles
 $progress-bar-border-color: darken(#fff, 20%) !default;
@@ -28,6 +29,7 @@ $progress-meter-alert-color: $alert-color !default;
 
 // We use this to set up the progress bar container
 @mixin progress-container {
+  background-color: $progress-bar-color;
   height: $progress-bar-height;
   border: $progress-bar-border-size $progress-bar-border-style $progress-bar-border-color;
   padding: $progress-bar-pad;
index 0af0135edf6ef832590e61083d2500690efe6a82..09bb002b531f06a5661963f5f0047b3fe8f7afb5 100644 (file)
 
 // We use this to se the prog bar height
 // $progress-bar-height: emCalc(25px);
+// $progress-bar-color: transparent;
 
 // We use these to control the border styles
 // $progress-bar-border-color: darken(#fff, 20%);