git ssb

2+

mixmix / ticktack



Tree: e65b2dcf982e55434b4c16b527d24c1ad7182f89

Files: e65b2dcf982e55434b4c16b527d24c1ad7182f89 / app / page / home.mcss

1318 bytesRaw
1Page -home {
2
3 div.container {
4 $primaryBackground
5
6
7 section.updates {
8
9 -directMessage {
10 $homePageSection
11
12 div.threads {
13 div.ThreadCard {
14 div.content {
15 div.subject {
16 display: flex
17
18 div.recps {
19 display: flex
20 font-weight: 600
21 margin-right: .4rem
22
23 div.recp {
24 margin-right: .4rem
25 }
26 }
27 }
28 }
29 }
30 }
31 }
32
33 -channel {
34 $homePageSection
35
36 div.threads {
37 div.ThreadCard {
38 div.context {
39 background: #fff
40 min-width: 8rem
41 padding: .1rem .3rem
42 border: 1px solid #ddd
43 border-radius: 2px
44 }
45 }
46 }
47 }
48
49 -group {
50 $homePageSection
51 }
52 }
53 }
54}
55
56$homePageSection {
57 $maxWidth
58 margin-left: auto
59 margin-right: auto
60
61 display: flex
62 flex-direction: column
63 align-items: center
64 margin-bottom: 1.5rem
65
66 h2 {
67 color: #888
68 font-size: 1rem
69 text-align: center
70 padding-bottom: .3rem
71 width: 420px
72 margin-top: 0
73 margin-bottom: .4rem
74 }
75
76 div.threads {
77 div.ThreadCard {}
78 }
79}
80

Built with git-ssb-web