Files: ee9f43c70d668ebeffd5077be5daae16dd4f47b4 / styles / dark / feed-event.mcss
736 bytesRaw
1 | FeedEvent { |
2 | display: flex |
3 | flex-direction: column |
4 | background: transparent |
5 | max-width: 700px |
6 | width: 100% |
7 | margin: 25px auto |
8 | |
9 | :empty { |
10 | margin-bottom: -25px |
11 | } |
12 | |
13 | -new, -unread { |
14 | box-shadow: 0px 0px 2px #ffc800; |
15 | background: #fffdf7; |
16 | } |
17 | |
18 | div + div { |
19 | } |
20 | |
21 | div { |
22 | flex: 1 |
23 | } |
24 | |
25 | a.full { |
26 | display: block; |
27 | padding: 10px; |
28 | background: #2d2c2c; |
29 | text-align: center; |
30 | } |
31 | |
32 | div.replies { |
33 | font-size: 100% |
34 | display: flex |
35 | flex-direction: column |
36 | border-top: 1px solid #2d2c2c |
37 | |
38 | div { |
39 | flex: 1 |
40 | margin: 0 |
41 | } |
42 | |
43 | div + div { |
44 | border-top: 1px solid #2d2c2c |
45 | } |
46 | } |
47 | |
48 | div.meta { |
49 | font-size: 100% |
50 | color: #757474 |
51 | padding: 8px 20px |
52 | text-align: right |
53 | } |
54 | |
55 | } |
56 |
Built with git-ssb-web