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