]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Progress bar should use $progress-bar-border-radius instead of $global-radius 5039/head
authorFrickelbruder <top@secret.in>
Mon, 21 Apr 2014 23:48:33 +0000 (01:48 +0200)
committerFrickelbruder <top@secret.in>
Mon, 21 Apr 2014 23:51:40 +0000 (01:51 +0200)
scss/foundation/components/_progress-bars.scss

index 459019ef3c0c7be81e375c9a98fddbd9a12efc1a..b795b40d066ef4204bbb9ac0d0622d235272515b 100644 (file)
@@ -65,8 +65,8 @@ $progress-meter-alert-color: $alert-color !default;
       &.success .meter { @include progress-meter($bg:$progress-meter-success-color); }
       &.alert .meter { @include progress-meter($bg:$progress-meter-alert-color); }
 
-      &.radius { @include radius($global-radius);
-        .meter { @include radius($global-radius - 1); }
+      &.radius { @include radius($progress-bar-border-radius);
+        .meter { @include radius($progress-bar-border-radius - 1); }
       }
 
       &.round { @include radius(1000px);