]> git.proxmox.com Git - extjs.git/blame - extjs/classic/theme-neutral/sass/var/ProgressBar.scss
add extjs 6.0.1 sources
[extjs.git] / extjs / classic / theme-neutral / sass / var / ProgressBar.scss
CommitLineData
6527f429
DM
1/**\r
2 * @class Ext.ProgressBar\r
3 */\r
4\r
5/**\r
6 * @var {number}\r
7 * The height of the ProgressBar\r
8 */\r
9$progress-height: dynamic(20px);\r
10\r
11/**\r
12 * @var {color}\r
13 * The border-color of the ProgressBar\r
14 */\r
15$progress-border-color: dynamic($base-color);\r
16\r
17/**\r
18 * @var {number}\r
19 * The border-width of the ProgressBar\r
20 */\r
21$progress-border-width: dynamic(1px);\r
22\r
23/**\r
24 * @var {number}\r
25 * The border-radius of the ProgressBar\r
26 */\r
27$progress-border-radius: dynamic(0);\r
28\r
29/**\r
30 * @var {color}\r
31 * The background-color of the ProgressBar\r
32 */\r
33$progress-background-color: dynamic($base-color);\r
34\r
35/**\r
36 * @var {color}\r
37 * The background-color of the ProgressBar's moving element\r
38 */\r
39$progress-bar-background-color: dynamic($base-color);\r
40\r
41/**\r
42 * @var {string/list}\r
43 * The background-gradient of the ProgressBar's moving element. Can be either the name of\r
44 * a predefined gradient or a list of color stops. Used as the `$type` parameter for\r
45 * {@link Global_CSS#background-gradient}.\r
46 */\r
47$progress-bar-background-gradient: dynamic('none');\r
48\r
49/**\r
50 * @var {color}\r
51 * The color of the ProgressBar's text when in front of the ProgressBar's moving element\r
52 */\r
53$progress-text-color-front: dynamic(#fff);\r
54\r
55/**\r
56 * @var {color}\r
57 * The color of the ProgressBar's text when the ProgressBar's 'moving element is not under it\r
58 */\r
59$progress-text-color-back: dynamic(#000);\r
60\r
61/**\r
62 * @var {string}\r
63 * The text-align of the ProgressBar's text\r
64 */\r
65$progress-text-text-align: dynamic(center);\r
66\r
67/**\r
68 * @var {number}\r
69 * The font-size of the ProgressBar's text\r
70 */\r
71$progress-text-font-size: dynamic($font-size);\r
72\r
73/**\r
74 * @var {string}\r
75 * The font-weight of the ProgressBar's text\r
76 */\r
77$progress-text-font-weight: dynamic($font-weight-bold);\r
78\r
79/**\r
80 * @var {string}\r
81 * The font-family of the ProgressBar's text\r
82 */\r
83$progress-text-font-family: dynamic($font-family);\r
84\r
85/**\r
86 * @var {boolean}\r
87 * True to include the "default" ProgressBar UI\r
88 */\r
89$include-progress-default-ui: dynamic($include-default-uis);\r