]> git.proxmox.com Git - extjs.git/blame - extjs/classic/theme-neutral/sass/var/Component.scss
add extjs 6.0.1 sources
[extjs.git] / extjs / classic / theme-neutral / sass / var / Component.scss
CommitLineData
6527f429
DM
1/**\r
2 * @class Global_CSS\r
3 */\r
4\r
5/**\r
6 * @var {color} $color\r
7 * The default text color to be used throughout the theme.\r
8 */\r
9$color: dynamic(#000);\r
10\r
11/**\r
12 * @var {string} $font-family\r
13 * The default font-family to be used throughout the theme.\r
14 */\r
15$font-family: dynamic(helvetica, arial, verdana, sans-serif);\r
16\r
17/**\r
18 * @var {number} $font-size\r
19 * The default font-size to be used throughout the theme.\r
20 */\r
21$font-size: dynamic(13px);\r
22\r
23/**\r
24 * @var {string/number}\r
25 * The default font-weight to be used throughout the theme.\r
26 */\r
27$font-weight: dynamic(normal);\r
28\r
29/**\r
30 * @var {string/number}\r
31 * The default font-weight for bold font to be used throughout the theme.\r
32 */\r
33$font-weight-bold: dynamic(bold);\r
34\r
35/**\r
36 * @var {string/number} $line-height\r
37 * The default line-height to be used throughout the theme.\r
38 */\r
39$line-height: dynamic(normal);\r
40\r
41/**\r
42 * @var {string} $base-gradient\r
43 * The base gradient to be used throughout the theme.\r
44 */\r
45$base-gradient: dynamic('matte');\r
46\r
47/**\r
48 * @var {color} $base-color\r
49 * The base color to be used throughout the theme.\r
50 */\r
51$base-color: dynamic(#808080);\r
52\r
53/**\r
54 * @var {color} $neutral-color\r
55 * The neutral color to be used throughout the theme.\r
56 */\r
57$neutral-color: dynamic(#dcdcdc);\r
58\r
59/**\r
60 * @var {color} $body-background-color\r
61 * Background color to apply to the body element. If set to transparent or 'none' no\r
62 * background-color style will be set on the body element.\r
63 */\r
64$body-background-color: dynamic(transparent);\r
65\r
66/**\r
67 * @var {boolean}\r
68 * `true` to enable font icon support throughout the theme.\r
69 */\r
70$enable-font-icons: dynamic(false);\r
71\r
72/**\r
73 * @var {string}\r
74 * The font-family to use for font icons throughout the theme. Only applicable when\r
75 * {@link Global_CSS#$enable-font-icons} is `true`.\r
76 * @private\r
77 */\r
78$font-icon-font-family: dynamic(FontAwesome);\r