forked from Polymer/old-docs-site
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathspec.css
More file actions
38 lines (26 loc) · 1.22 KB
/
spec.css
File metadata and controls
38 lines (26 loc) · 1.22 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
/* line 20, ../sass/spec.scss */
.meta { font-size: 12px; font-weight: normal; line-height: 20px; }
/* line 27, ../sass/spec.scss */
.secondary { font-size: 14px; font-weight: normal; line-height: 20px; }
/* line 34, ../sass/spec.scss */
body { font-size: 16px; font-family: "Open Sans", Helvetica, Arial, sans-serif; font-weight: normal; line-height: 24px; }
/* line 49, ../sass/spec.scss */
h1, h2, h3, h4, h5 { font-weight: 300; letter-spacing: -0.01em; line-height: 48px; margin: 0; }
/* line 55, ../sass/spec.scss */
h1 { font-size: 40px; }
/* line 58, ../sass/spec.scss */
h2 { font-size: 24px; }
/* line 61, ../sass/spec.scss */
h3 { font-size: 20px; }
/* line 64, ../sass/spec.scss */
h4 { font-size: 16px; font-weight: 600; }
/* line 68, ../sass/spec.scss */
h5 { font-size: 12px; font-weight: 600; }
/* line 73, ../sass/spec.scss */
button { font-size: 12px; font-weight: normal; text-transform: uppercase; }
/* line 80, ../sass/spec.scss */
a { font-size: inherit; font-weight: normal; color: #3367d6; text-decoration: none; }
/* line 89, ../sass/spec.scss */
a:hover { text-decoration: underline; }
/* line 93, ../sass/spec.scss */
code, pre { font-family: "Source Code Pro", Monaco, Menlo, Consolas, "Courier New", monospace; }