Files: 3451510316992d414ec76ba5b29681fe359b7428 / styles / base / feed-event.mcss
819 bytesRaw
1 | FeedEvent { |
2 | display: flex |
3 | flex-direction: column |
4 | width: 100% |
5 | margin: 25px auto |
6 | -group { |
7 | -expanded { |
8 | a.expand { |
9 | :before { |
10 | display: none |
11 | } |
12 | } |
13 | } |
14 | a.expand { |
15 | display: block |
16 | padding: 10px |
17 | text-align: center |
18 | cursor: pointer |
19 | :before { |
20 | content: '▼ ' |
21 | font-size: 80% |
22 | } |
23 | } |
24 | div.items { |
25 | margin: -10px 15px |
26 | } |
27 | } |
28 | -new, -unread { |
29 | box-shadow: 0px 0px 2px #ffc800 |
30 | background: #fffdf7 |
31 | } |
32 | :empty { |
33 | margin-bottom: -25px |
34 | } |
35 | div { |
36 | flex: 1 |
37 | } |
38 | a.full { |
39 | display: block |
40 | padding: 10px |
41 | text-align: center |
42 | } |
43 | div.replies { |
44 | font-size: 100% |
45 | display: flex |
46 | flex-direction: column |
47 | div { |
48 | flex: 1 |
49 | margin: 0 |
50 | } |
51 | } |
52 | div.meta { |
53 | font-size: 100% |
54 | } |
55 | } |
56 |
Built with git-ssb-web