git ssb

2+

mixmix / ticktack



Tree: 0b0275502152a806a995b36fd4d29e8c3df1195e

Files: 0b0275502152a806a995b36fd4d29e8c3df1195e / app / page / addressBook.mcss

699 bytesRaw
1Page -addressBook {
2 div.Scroller.content {
3 padding: 0
4
5 section.top {
6 position: sticky
7 }
8
9 section.content {
10 div.results {
11 $maxWidthSmaller
12
13 div.result {
14 $backgroundPrimaryText
15
16 padding: .5rem
17
18 display: flex
19 align-items: center
20
21 img {
22 $circleSmall
23 margin-right: 1rem
24 }
25
26 div.alias {
27 flex-grow: 1
28 margin-right: 1rem
29 }
30
31 pre.key {
32 color: #999
33
34 }
35
36 :hover {
37 background-color: #eee
38
39 }
40 }
41 }
42 }
43
44 section.bottom {
45 }
46 }
47}
48
49
50

Built with git-ssb-web