Files: 35b74ae2d81cf0619ba5864d5875785f83255ef3 / app / html / channelCard.mcss
616 bytesRaw
1 | ChannelCard { |
2 | $backgroundPrimaryText |
3 | padding: 2rem 1.5rem 2rem 1.5rem |
4 | flex-basis: 100% |
5 | |
6 | $borderBottomLight |
7 | transition: all .5s ease |
8 | |
9 | div.content { |
10 | padding: 2rem 0 |
11 | cursor: pointer |
12 | |
13 | div.text { |
14 | |
15 | display: flex |
16 | flex-wrap: wrap |
17 | justify-content: space-between |
18 | |
19 | h2 { |
20 | flex-grow: 1 |
21 | $markdownLarge |
22 | margin: 0 .5rem 0 0 |
23 | } |
24 | div.Button { |
25 | } |
26 | /* div.summary { */ |
27 | /* flex-basis: 100% */ |
28 | /* } */ |
29 | } |
30 | } |
31 | background-color: #fff |
32 | |
33 | -unread { |
34 | div.content { |
35 | font-weight: bold |
36 | } |
37 | background-color: #fff |
38 | } |
39 | } |
40 | |
41 | |
42 |
Built with git-ssb-web