source: branches/testFACT++branch/dim/WebDID/ext-4.1.1a/resources/themes/stylesheets/neptune/default/variables/_progress-bar.scss

Last change on this file was 14939, checked in by tbretz, 12 years ago
Added WebDID from v20r5
File size: 913 bytes
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.