Files: fea2881ae175c88bac926fcff65d32598742e9a1 / app / page / addressBook.mcss
796 bytesRaw
1 | Page -addressBook { |
2 | div.Scroller.content { |
3 | padding: 0 |
4 | |
5 | section.top { |
6 | position: sticky |
7 | } |
8 | |
9 | section.content { |
10 | $maxWidthSmaller |
11 | |
12 | div.results { |
13 | flex-grow: 1 |
14 | |
15 | $maxWidthSmaller |
16 | |
17 | div.result { |
18 | $backgroundPrimaryText |
19 | cursor: pointer |
20 | |
21 | padding: .5rem |
22 | |
23 | display: flex |
24 | align-items: center |
25 | |
26 | img { |
27 | $circleSmall |
28 | margin-right: 1rem |
29 | } |
30 | |
31 | div.alias { |
32 | flex-grow: 1 |
33 | margin-right: 1rem |
34 | } |
35 | |
36 | pre.key { |
37 | color: #999 |
38 | |
39 | } |
40 | |
41 | div.Follow {} |
42 | |
43 | :hover { |
44 | background-color: #eee |
45 | |
46 | } |
47 | } |
48 | } |
49 | } |
50 | |
51 | section.bottom { |
52 | } |
53 | } |
54 | } |
55 | |
56 | |
57 |
Built with git-ssb-web