feature/tauri-js-rs
css 69 lines 1.12 KB
Raw
1 .storybook-page {
2 font-family: 'Nunito Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
3 font-size: 14px;
4 line-height: 24px;
5 padding: 48px 20px;
6 margin: 0 auto;
7 max-width: 600px;
8 color: #333;
9 }
10
11 .storybook-page h2 {
12 font-weight: 700;
13 font-size: 32px;
14 line-height: 1;
15 margin: 0 0 4px;
16 display: inline-block;
17 vertical-align: top;
18 }
19
20 .storybook-page p {
21 margin: 1em 0;
22 }
23
24 .storybook-page a {
25 text-decoration: none;
26 color: #1ea7fd;
27 }
28
29 .storybook-page ul {
30 padding-left: 30px;
31 margin: 1em 0;
32 }
33
34 .storybook-page li {
35 margin-bottom: 8px;
36 }
37
38 .storybook-page .tip {
39 display: inline-block;
40 border-radius: 1em;
41 font-size: 11px;
42 line-height: 12px;
43 font-weight: 700;
44 background: #e7fdd8;
45 color: #66bf3c;
46 padding: 4px 12px;
47 margin-right: 10px;
48 vertical-align: top;
49 }
50
51 .storybook-page .tip-wrapper {
52 font-size: 13px;
53 line-height: 20px;
54 margin-top: 40px;
55 margin-bottom: 40px;
56 }
57
58 .storybook-page .tip-wrapper svg {
59 display: inline-block;
60 height: 12px;
61 width: 12px;
62 margin-right: 4px;
63 vertical-align: top;
64 margin-top: 3px;
65 }
66
67 .storybook-page .tip-wrapper svg path {
68 fill: #1ea7fd;
69 }