git ssb

2+

mixmix / ticktack



Tree: c2cb876f7ef9db11df921ff5cebd31e0d8721cd1

Files: c2cb876f7ef9db11df921ff5cebd31e0d8721cd1 / app / page / channelShow.mcss

931 bytesRaw
1Page -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
13
14 section.about {
15
16 display: flex
17 flex-direction: column
18 align-items: center
19 padding-bottom: 1rem
20
21
22 h1 {
23 font-weight: bold
24 font-size: 1.5rem
25 padding: 1rem
26
27 margin: auto
28
29 }
30
31 div.actions {
32 display: flex
33
34 div.Button {
35 margin: auto
36 }
37
38 }
39 }
40
41 }
42
43 section.content {
44 background-color: #fff
45 $maxWidth
46 margin: auto
47 padding: .5rem 2rem
48
49 display: flex
50 flex-wrap: wrap
51
52 div.BlogCard {
53 flex-basis: 100%
54
55 border-bottom: 1px solid gainsboro
56 }
57 }
58
59 section.bottom {
60 div.Button {
61 margin: 1rem 0
62 }
63 }
64 }
65}
66
67
68

Built with git-ssb-web