Files: 6ba33f474b2097e9f528370502223f8f6da3c87c / styles / dark / split-view.mcss
600 bytesRaw
1 | SplitView { |
2 | display: flex |
3 | flex: 3 |
4 | div.main { |
5 | display: flex |
6 | flex-direction: column |
7 | flex: 1 |
8 | overflow-y: auto |
9 | } |
10 | div.side { |
11 | width: 280px; |
12 | padding: 20px; |
13 | background: #383736; |
14 | border-right: 1px solid #2d2c2c; |
15 | overflow-y: auto; |
16 | |
17 | -right { |
18 | border: none |
19 | border-left: 1px solid #dcdcdc |
20 | background: linear-gradient(100deg, #ffffff, #f9ecca); |
21 | } |
22 | |
23 | h2 { |
24 | margin-top: 20px |
25 | margin-bottom: 8px |
26 | color: #6e6d6d; |
27 | font-weight: lighter; |
28 | span.sub { |
29 | font-weight: normal |
30 | font-size: 90% |
31 | } |
32 | } |
33 | } |
34 | } |
35 |
Built with git-ssb-web