git ssb

10+

Matt McKegg / patchwork



Tree: 0f866f661067ca02812d26feed62b5c48d259c27

Files: 0f866f661067ca02812d26feed62b5c48d259c27 / styles / dark / split-view.mcss

619 bytesRaw
1SplitView {
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 #2d2c2c
20 background: #383736
21 }
22
23 (h2) {
24 margin-top: 20px
25 margin-bottom: 8px
26 color: #6e6d6d;
27 font-weight: lighter;
28
29 :first-child {
30 margin-top: 0
31 }
32 span.sub {
33 font-weight: normal
34 font-size: 90%
35 }
36 }
37 }
38}
39

Built with git-ssb-web