|
11 | 11 | margin: 0 auto; |
12 | 12 | } |
13 | 13 |
|
14 | | -.custom-docs-container h1, |
15 | | -#storybook-docs .sbdocs-wrapper h1 { |
| 14 | +.custom-docs-container > div > h1, |
| 15 | +#storybook-docs .sbdocs-content > h1 { |
16 | 16 | font-size: 32px; |
17 | 17 | font-weight: bold; |
| 18 | + line-height: 1.1em; |
18 | 19 | margin: 0 0 1em; |
19 | 20 | } |
20 | 21 |
|
21 | | -.custom-docs-container h2, |
22 | | -#storybook-docs .sbdocs-wrapper h2 { |
| 22 | +.custom-docs-container > div > h2, |
| 23 | +#storybook-docs .sbdocs-content > h2 { |
23 | 24 | font-size: 24px; |
24 | 25 | font-weight: bold; |
25 | 26 | margin: 1.5em 0 1em; |
26 | 27 | } |
27 | 28 |
|
28 | | -.custom-docs-container h3, |
29 | | -#storybook-docs .sbdocs-wrapper h3 { |
| 29 | +.custom-docs-container > div > h3, |
| 30 | +#storybook-docs .sbdocs-content > h3 { |
30 | 31 | font-size: 20px; |
31 | 32 | font-weight: bold; |
32 | 33 | margin: 1.5em 0 1em; |
33 | 34 | } |
34 | 35 |
|
35 | | -.custom-docs-container p, |
36 | | -#storybook-docs .sbdocs-wrapper p { |
| 36 | +.custom-docs-container > div > p, |
| 37 | +#storybook-docs .sbdocs-content > p { |
37 | 38 | font-size: 14px; |
38 | 39 | line-height: 24px; |
39 | 40 | margin: 16px 0; |
40 | 41 | } |
41 | 42 |
|
42 | | -.custom-docs-container pre { |
| 43 | +.custom-docs-container > div > pre { |
43 | 44 | margin: 0; |
44 | 45 | padding: 0; |
45 | 46 | } |
46 | 47 |
|
47 | | -.custom-docs-container blockquote, |
48 | | -#storybook-docs .sbdocs-wrapper blockquote { |
| 48 | +.custom-docs-container > div > blockquote, |
| 49 | +#storybook-docs .sbdocs-content > blockquote { |
49 | 50 | font-style: italic; |
50 | 51 | padding: 8px 16px; |
51 | 52 | margin: 0; |
|
55 | 56 | border: none; |
56 | 57 | } |
57 | 58 |
|
58 | | -.custom-docs-container blockquote p, |
59 | | -#storybook-docs .sbdocs-wrapper blockquote p { |
| 59 | +.custom-docs-container > div > blockquote p, |
| 60 | +#storybook-docs .sbdocs-content > blockquote p { |
60 | 61 | margin: 0; |
61 | 62 | } |
0 commit comments