git ssb

2+

mixmix / ticktack



Tree: c2cb876f7ef9db11df921ff5cebd31e0d8721cd1

Files: c2cb876f7ef9db11df921ff5cebd31e0d8721cd1 / app / page / userFind.mcss

922 bytesRaw
1Page -userFind {
2 div.content {
3 $maxWidthSmaller
4 div.search {
5 $backgroundPrimaryText
6
7 margin-bottom: 1rem
8
9 display: flex
10 align-items: center
11
12 i.fa-search {
13 margin-left: .8rem
14 }
15
16 input {
17 flex-grow: 1
18
19 $fontBasic
20 margin: .6rem
21
22 border: none
23 outline: none
24 }
25 }
26
27
28 div.results {
29 $maxWidthSmaller
30
31 div.Link {
32 div.result {
33 $backgroundPrimaryText
34
35 padding: .5rem
36
37 display: flex
38 align-items: center
39
40 img {
41 $circleSmall
42 margin-right: 1rem
43 }
44
45 div.alias {
46 flex-grow: 1
47 margin-right: 1rem
48 }
49
50 pre.key {
51 color: #999
52
53 }
54
55 :hover {
56 background-color: #eee
57
58 }
59 }
60 }
61 }
62 }
63}
64

Built with git-ssb-web