]> git.proxmox.com Git - extjs.git/blame - extjs/modern/theme-windows/sass/src/Component.scss
add extjs 6.0.1 sources
[extjs.git] / extjs / modern / theme-windows / sass / src / Component.scss
CommitLineData
6527f429
DM
1$touch-theme-windows: true;\r
2\r
3body {\r
4 color: $foreground-color;\r
5\r
6 input {\r
7 font-family: "Segoe UI", "HelveticaNeue", Helvetica, Arial, sans-serif;\r
8 }\r
9\r
10 h1,\r
11 h2,\r
12 h3 {\r
13 font-family: "Segoe UI Light", "HelveticaNeue-light", Helvetica, Arial, sans-serif;\r
14 }\r
15\r
16 h4,\r
17 h5 {\r
18 font-family: "Segoe UI Semibold", "HelveticaNeue-bold", Helvetica, Arial, sans-serif;\r
19 }\r
20\r
21 h1 { font-size: 42pt; line-height: 50pt; }\r
22 h2 { font-size: 20pt; line-height: 22pt; }\r
23 h3 { font-size: 20pt; line-height: 22pt; }\r
24\r
25 &,\r
26 h4,\r
27 h5,\r
28 p {\r
29 font-size: 11pt;\r
30 line-height: 16pt;\r
31 }\r
32\r
33 &,\r
34 p {\r
35 font-family: "Segoe UI Semilight", "HelveticaNeue-light", Helvetica, Arial, sans-serif;\r
36 }\r
37}\r
38\r
39.x-layout-card-item {\r
40 background: $background-color;\r
41}\r
42\r
43@if $dark-theme {\r
44 .x-html,\r
45 .x-html h1,\r
46 .x-html h2,\r
47 .x-html h3,\r
48 .x-html h4,\r
49 .x-html h5,\r
50 .x-html h6 {\r
51 color: #eee;\r
52 }\r
53}\r
54\r
55\r
56@include st-loading-spinner(1em, $loading-spinner-color, .1em, .25em);