git ssb

0+

alanz / patchwork



forked from Matt McKegg / patchwork

Tree: f0d122629ce1d60a6448f1ae5d39bc3b24c5aca0

Files: f0d122629ce1d60a6448f1ae5d39bc3b24c5aca0 / styles / split-view.mcss

539 bytesRaw
1SplitView {
2 display: flex
3 flex: 3
4 div.main {
5 display: flex
6 flex-direction: column
7 flex: 1
8 overflow-y: scroll
9 }
10 div.side {
11 min-width: 280px;
12 padding: 20px;
13 background: linear-gradient(100deg, #cee4ef, #efebeb);
14 border-right: 1px solid #dcdcdc;
15 overflow-y: auto;
16
17 h2 {
18 margin-top: 20px
19 margin-bottom: 8px
20 color: #527b90;
21 text-shadow: 0px 0px 3px #fff;
22 font-weight: normal;
23 span.sub {
24 font-weight: normal
25 font-size: 90%
26 }
27 }
28 }
29}
30

Built with git-ssb-web