Line | |
---|
1 | $progress-bar-base-color: $base-color !default;
|
---|
2 |
|
---|
3 | $progress-height: 20px !default;
|
---|
4 |
|
---|
5 | //borders
|
---|
6 | $progress-border-color: adjust-color($progress-bar-base-color, $hue: 0deg, $saturation: -3.08%, $lightness: -23.725%) !default;
|
---|
7 | $progress-border-width: 1px !default;
|
---|
8 | $progress-border-radius: 0 !default;
|
---|
9 |
|
---|
10 | //backgrounds
|
---|
11 | $progress-background-color: adjust-color($progress-bar-base-color, $hue: 0deg, $saturation: -11.37%, $lightness: 7.451%) !default;
|
---|
12 |
|
---|
13 | //bar
|
---|
14 | $progress-bar-background-color: adjust-color($progress-bar-base-color, $hue: 0deg, $saturation: 8.187%, $lightness: -17.647%) !default;
|
---|
15 |
|
---|
16 | //text
|
---|
17 | $progress-text-color-front: #fff !default;
|
---|
18 | $progress-text-color-back: adjust-color($progress-bar-base-color, $hue: 0deg, $saturation: -10.895%, $lightness: -43.725%) !default;
|
---|
19 | $progress-text-text-align: center !default;
|
---|
20 | $progress-text-font-size: ceil($font-size * .9) !default;
|
---|
21 | $progress-text-font-weight: bold !default; |
---|
Note:
See
TracBrowser
for help on using the repository browser.