diff options
Diffstat (limited to 'less/progress-bars.less')
| -rw-r--r-- | less/progress-bars.less | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/less/progress-bars.less b/less/progress-bars.less index 5e3efc2af..c5ea2a529 100644 --- a/less/progress-bars.less +++ b/less/progress-bars.less @@ -44,11 +44,11 @@ // Outer container .progress { overflow: hidden; - height: @base-line-height; - margin-bottom: @base-line-height; + height: @line-height-base; + margin-bottom: @line-height-base; #gradient > .vertical(#f5f5f5, #f9f9f9); .box-shadow(inset 0 1px 2px rgba(0,0,0,.1)); - border-radius: @baseBorderRadius; + border-radius: @border-radius-base; } // Bar of progress |
