Browse Source

Adjust min width of progress bar

pull/1243/head
jlukic 10 years ago
parent
commit
c0f64a1269
1 changed files with 4 additions and 4 deletions
  1. 8
      src/themes/default/modules/progress.variables

8
src/themes/default/modules/progress.variables

@ -24,10 +24,10 @@
@barBorderRadius: @borderRadius; @barBorderRadius: @borderRadius;
@barTransition: @barTransition:
width 0.5s @defaultEasing, width 0.5s @defaultEasing,
background-color 1s @defaultEasing
background-color 0.4s @defaultEasing
; ;
@barInitialWidth: 0%; @barInitialWidth: 0%;
@barMinWidth: 0.25em;
@barMinWidth: 2em;
/* Progress Bar Label */ /* Progress Bar Label */
@progressWidth: auto; @progressWidth: auto;
@ -57,7 +57,7 @@
@labelTextShadow: none; @labelTextShadow: none;
@labelFontWeight: bold; @labelFontWeight: bold;
@labelTextAlign: center; @labelTextAlign: center;
@labelTransition: color 1s @defaultEasing;
@labelTransition: color 0.4s @defaultEasing;
/*------------------- /*-------------------
Types Types
@ -79,7 +79,7 @@
@activePulseColor: @white; @activePulseColor: @white;
@activePulseMaxOpacity: 0.3; @activePulseMaxOpacity: 0.3;
@activePulseDuration: 2s; @activePulseDuration: 2s;
@activeMinWidth: 3em;
@activeMinWidth: @barMinWidth;
/*------------------- /*-------------------

Loading…
Cancel
Save