Files: 1b12a6e637ed46e490143b6969204eed33886975 / styles / light / split-view.mcss
577 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: #efefef |
14 | border-right: 1px solid #dcdcdc; |
15 | overflow-y: auto; |
16 | |
17 | -right { |
18 | background: #F9F8F7 |
19 | border-left: 1px solid #dcdcdc; |
20 | } |
21 | } |
22 | |
23 | div.side h2 { |
24 | margin-top: 20px |
25 | margin-bottom: 8px |
26 | color: #527b90; |
27 | text-shadow: 0px 0px 3px #fff; |
28 | font-weight: normal; |
29 | span.sub { |
30 | font-weight: normal |
31 | font-size: 90% |
32 | } |
33 | } |
34 | } |
35 |
Built with git-ssb-web