git ssb

2+

mixmix / ticktack



Tree: 1e55478903ee72a0823df4336254a2e7a9da5b0e

Files: 1e55478903ee72a0823df4336254a2e7a9da5b0e / message / html / notification.mcss

610 bytesRaw
1Notification {
2 display: flex
3
4 div.left {
5 padding-top: 1rem
6 margin-right: 1rem
7
8 div.Avatar {}
9 }
10
11 div.right {
12 flex-grow: 1
13
14 padding-top: 1rem
15 padding-bottom: 2rem
16 $borderBottomLight
17 margin-bottom: 1rem
18
19 section.context {
20 display: flex
21 align-items: baseline
22
23 div.name {
24 font-size: 1.2rem
25 margin-right: 1rem
26 }
27 div.Timeago {
28 margin-right: 1.5rem
29 }
30 a.rootLink {
31 font-size: .8rem
32 }
33 }
34
35 section.content {
36 font-size: .95rem
37 line-height: 1.4
38 div.Markdown {}
39 }
40
41 }
42}
43

Built with git-ssb-web