forked from Polymer/old-docs-site
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpolymer.css
More file actions
74 lines (57 loc) · 2.1 KB
/
polymer.css
File metadata and controls
74 lines (57 loc) · 2.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
/* line 3, ../sass/_typography.scss */
h1, h2, h3, h4, h5 { font-weight: 300; letter-spacing: -0.01em; line-height: 48px; margin: 0; }
/* line 13, ../sass/_typography.scss */
h1 { font-size: 40px; }
/* @polyfill h1 */
/* line 18, ../sass/_typography.scss */
::content h1 { font-size: 40px; }
/* line 22, ../sass/_typography.scss */
h2 { font-size: 24px; }
/* @polyfill h2 */
/* line 27, ../sass/_typography.scss */
::content h2 { font-size: 24px; }
/* line 31, ../sass/_typography.scss */
h3 { font-size: 20px; }
/* @polyfill h3 */
/* line 36, ../sass/_typography.scss */
::content h3 { font-size: 20px; }
/* line 40, ../sass/_typography.scss */
h4 { font-size: 16px; font-weight: 600; }
/* @polyfill h4 */
/* line 46, ../sass/_typography.scss */
::content h4 { font-size: 16px; font-weight: 600; }
/* line 51, ../sass/_typography.scss */
h5 { font-size: 12px; font-weight: 600; }
/* @polyfill h5 */
/* line 57, ../sass/_typography.scss */
::content h5 { font-size: 12px; font-weight: 600; }
/* line 5, ../sass/polymer.scss */
.platform { color: #9f499b; }
/* line 10, ../sass/polymer.scss */
.elements-using { color: #5c6bc0; }
/* line 15, ../sass/polymer.scss */
.elements-creating { color: #d61a7f; }
/* line 20, ../sass/polymer.scss */
.main-bg { background-color: #eeeeee; }
/* line 24, ../sass/polymer.scss */
.main-purple { background-color: #1f2036; }
/* line 28, ../sass/polymer.scss */
code, pre { color: #9f499b; }
/* line 33, ../sass/polymer.scss */
.prettyprint { background-color: #fafafa; padding: 16px; margin: 30px 0; }
/* line 39, ../sass/polymer.scss */
.prettyprint .typ { color: #6b499f; }
/* line 43, ../sass/polymer.scss */
.prettyprint .pun { color: #5c6bc0; }
/* line 46, ../sass/polymer.scss */
.prettyprint .str { color: #ff4081; }
/* line 49, ../sass/polymer.scss */
.prettyprint .pln { color: #7986cb; }
/* line 52, ../sass/polymer.scss */
.prettyprint .kwd { color: #d61a7f; }
/* line 58, ../sass/polymer.scss */
.prettyprint .atn { color: #6b499f; }
/* line 61, ../sass/polymer.scss */
.prettyprint .atv { color: #7986cb; }
/* line 64, ../sass/polymer.scss */
.prettyprint .com { color: #8a8a8a; }