Files: 9b7b6df024c1c91b5fa96dbbe3c3cbf1e5000f18 / app / html / channelCard.mcss
723 bytesRaw
1 | ChannelCard { |
2 | $backgroundPrimaryText |
3 | padding: 4rem 1.5rem 4rem 1.5rem |
4 | width: 100% |
5 | |
6 | border-bottom: 1px solid rgba(0,0,0, .1) |
7 | transition: all .5s ease |
8 | |
9 | display: flex |
10 | flex-direction: column |
11 | |
12 | div.content { |
13 | display: flex |
14 | flex-direction: row |
15 | flex-grow: 1 |
16 | |
17 | cursor: pointer |
18 | |
19 | div.text { |
20 | display: flex |
21 | flex-wrap: wrap |
22 | justify-content: space-between; |
23 | width: 100%; |
24 | |
25 | h2 { |
26 | $markdownLarge |
27 | margin: 0 .5rem 0 0 |
28 | } |
29 | div.Button { |
30 | margin-left: auto |
31 | } |
32 | div.summary { |
33 | flex-basis: 100% |
34 | } |
35 | } |
36 | } |
37 | background-color: #fff |
38 | |
39 | -unread { |
40 | div.content { |
41 | font-weight: bold |
42 | } |
43 | background-color: #fff |
44 | } |
45 | } |
46 | |
47 | |
48 |
Built with git-ssb-web