git ssb

2+

mixmix / ticktack



Tree: 6cedff7c896fdc49a0f8be9b4f479c7704797374

Files: 6cedff7c896fdc49a0f8be9b4f479c7704797374 / app / page / channelSubscriptions.mcss

332 bytesRaw
1Page -channelSubscriptions {
2 div.content {
3 background-color: #fff
4 $maxWidth
5 margin: 0 auto
6 padding: .5rem 2rem
7
8 div.ChannelCard {
9 border-bottom: 1px solid rgba(0,0,0, .1)
10 }
11
12 div {
13 :last-child {
14 padding-bottom: 2rem !important
15 /* TODO fix - eww gross */
16 }
17 }
18 }
19}
20
21

Built with git-ssb-web