Files: 8c68dbb9a3b69a0cf0e0dd503ef059a873189cd5 / app / page / channelShow.mcss
1026 bytesRaw
1 | Page -channelShow { |
2 | div.content { padding: 0 } |
3 | |
4 | div.Scroller.content { |
5 | |
6 | section.top { |
7 | left: 0 |
8 | right: 0 |
9 | top: 0 |
10 | z-index: 99 |
11 | |
12 | padding-bottom: 1rem |
13 | margin-bottom: 1rem |
14 | |
15 | section.about { |
16 | padding-bottom: 1rem |
17 | |
18 | display: flex |
19 | flex-direction: column |
20 | align-items: center |
21 | |
22 | h1 { |
23 | font-weight: bold |
24 | font-size: 1.5rem |
25 | padding: 1rem |
26 | |
27 | margin: auto |
28 | } |
29 | |
30 | div.actions { |
31 | display: flex |
32 | |
33 | div.Button { |
34 | margin: auto |
35 | } |
36 | } |
37 | } |
38 | } |
39 | |
40 | section.content { |
41 | background-color: #fff |
42 | $maxWidth |
43 | margin: auto |
44 | padding: .5rem 2rem |
45 | |
46 | display: flex |
47 | flex-wrap: wrap |
48 | |
49 | div.BlogCard { |
50 | flex-basis: 100% |
51 | |
52 | border-bottom: 1px solid gainsboro |
53 | |
54 | :last-child { |
55 | border-bottom: none |
56 | } |
57 | } |
58 | } |
59 | |
60 | section.bottom { |
61 | div.Button { |
62 | margin: 1rem 0 |
63 | } |
64 | } |
65 | } |
66 | } |
67 | |
68 | |
69 |
Built with git-ssb-web