feature/tauri-js-rs
css 32 lines 623 Bytes
Raw
1 .storybook-header {
2 font-family: 'Nunito Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
3 border-bottom: 1px solid rgba(0, 0, 0, 0.1);
4 padding: 15px 20px;
5 display: flex;
6 align-items: center;
7 justify-content: space-between;
8 }
9
10 .storybook-header svg {
11 display: inline-block;
12 vertical-align: top;
13 }
14
15 .storybook-header h1 {
16 font-weight: 700;
17 font-size: 20px;
18 line-height: 1;
19 margin: 6px 0 6px 10px;
20 display: inline-block;
21 vertical-align: top;
22 }
23
24 .storybook-header button + button {
25 margin-left: 10px;
26 }
27
28 .storybook-header .welcome {
29 color: #333;
30 font-size: 14px;
31 margin-right: 10px;
32 }