Files: 55fc93a9190c25f467ead205ab8d676b5191dbd4 / styles / light / split-view.mcss
386 bytesRaw
1 | SplitView { |
2 | div.side { |
3 | background: #efefef |
4 | border-right: 1px solid gainsboro |
5 | -right { |
6 | background: #f9f8f7 |
7 | border-left: 1px solid gainsboro |
8 | } |
9 | } |
10 | div.side h2 { |
11 | margin-top: 20px |
12 | margin-bottom: 8px |
13 | color: #527b90 |
14 | text-shadow: 0px 0px 3px #fff |
15 | font-weight: normal |
16 | span.sub { |
17 | font-weight: normal |
18 | font-size: 90% |
19 | } |
20 | } |
21 | } |
22 |
Built with git-ssb-web