|
15 | 15 | margin-top: 49px;
|
16 | 16 | }
|
17 | 17 |
|
18 |
| -#storybook-docs details { |
| 18 | +#storybook-docs details:not(.sbdocs-preview details) { |
19 | 19 | position: relative;
|
20 | 20 | z-index: 99;
|
21 | 21 | }
|
22 | 22 |
|
23 |
| -#storybook-docs .sbdocs:not(.sbdocs-preview) p { |
| 23 | +#storybook-docs .sbdocs p:not(.sbdocs-preview p) { |
24 | 24 | font-family: 'Segoe UI', 'Segoe UI Web (West European)', -apple-system, BlinkMacSystemFont, Roboto, 'Helvetica Neue',
|
25 | 25 | sans-serif;
|
26 | 26 | font-size: 18px;
|
|
45 | 45 | border-radius: 24px;
|
46 | 46 | }
|
47 | 47 |
|
48 |
| -#storybook-docs .sbdocs:not(.sbdocs-preview) hr { |
| 48 | +#storybook-docs .sbdocs hr:not(.sbdocs-preview hr) { |
49 | 49 | margin: 48px 0;
|
50 | 50 | height: 0;
|
51 | 51 | border-top: 1px solid #ebebeb;
|
52 | 52 | }
|
53 | 53 |
|
54 |
| -#storybook-docs .sbdocs h2 { |
| 54 | +#storybook-docs .sbdocs h2:not(.sbdocs-preview h2) { |
55 | 55 | font-family: 'Segoe UI', 'Segoe UI Web (West European)', -apple-system, BlinkMacSystemFont, Roboto, 'Helvetica Neue',
|
56 | 56 | sans-serif;
|
57 | 57 | font-size: 24px;
|
|
64 | 64 | padding: 48px 0 0 0;
|
65 | 65 | }
|
66 | 66 |
|
67 |
| -#storybook-docs .sbdocs h2 code { |
| 67 | +#storybook-docs .sbdocs h2 code:not(.sbdocs-preview h2 code) { |
68 | 68 | border-radius: 4px;
|
69 | 69 | font-size: 20px;
|
70 | 70 | }
|
|
92 | 92 | margin: -40px 0 0;
|
93 | 93 | }
|
94 | 94 |
|
95 |
| -#storybook-docs .sbdocs:not(.sbdocs-preview) li { |
| 95 | +#storybook-docs .sbdocs li:not(.sbdocs-preview li) { |
96 | 96 | font-family: 'Segoe UI', 'Segoe UI Web (West European)', -apple-system, BlinkMacSystemFont, Roboto, 'Helvetica Neue',
|
97 | 97 | sans-serif;
|
98 | 98 | font-size: 16px;
|
|
104 | 104 | margin-top: 8px;
|
105 | 105 | }
|
106 | 106 |
|
107 |
| -#storybook-docs .sbdocs:not(.sbdocs-preview) ul { |
| 107 | +#storybook-docs .sbdocs ul:not(.sbdocs-preview ul) { |
108 | 108 | margin: 12px 0;
|
109 | 109 | }
|
110 | 110 |
|
111 |
| -#storybook-docs .sbdocs-ul .sbdocs:not(.sbdocs-preview) li { |
| 111 | +#storybook-docs .sbdocs-ul li:not(.sbdocs-preview .sbdocs-ul li) { |
112 | 112 | list-style: none;
|
113 | 113 | position: relative;
|
114 | 114 | }
|
|
276 | 276 | line-height: 21px;
|
277 | 277 | }
|
278 | 278 |
|
279 |
| -#storybook-docs code, |
| 279 | +#storybook-docs code:not(.sbdocs-preview code), |
280 | 280 | #storybook-docs .docblock-argstable tbody tr td:nth-child(3) > div > span,
|
281 | 281 | #storybook-docs .docblock-argstable-body > tr > td:nth-child(2) > div:nth-child(2) span,
|
282 | 282 | #storybook-docs .docblock-argstable-body > tr > td:nth-child(2) > div:nth-child(1) > div > span,
|
|
313 | 313 | white-space: normal;
|
314 | 314 | }
|
315 | 315 |
|
316 |
| -#storybook-docs code { |
| 316 | +#storybook-docs code:not(.sbdocs-preview code) { |
317 | 317 | padding: 0.1em 0.2em;
|
318 | 318 | display: inline-block;
|
319 | 319 | background-color: rgba(17, 16, 15, 0.1);
|
@@ -426,7 +426,7 @@ h1.fluent {
|
426 | 426 | letter-spacing: -0.16px;
|
427 | 427 | }
|
428 | 428 |
|
429 |
| -h1 .fluent-version { |
| 429 | +h1.fluent .fluent-version { |
430 | 430 | display: block;
|
431 | 431 | font-size: 24px; /* --font-size-base-600 */
|
432 | 432 | line-height: 32px;
|
|
0 commit comments