Files: 50a8f45832d95d56a26433d9cd66e7453416a55e / app / page / groupFind.mcss
1034 bytesRaw
1 | Page -groupFind { |
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 | div.groupNotFound { |
63 | div.info { |
64 | text-align: center |
65 | margin-bottom: 1rem |
66 | } |
67 | } |
68 | } |
69 | } |
70 | |
71 |
Built with git-ssb-web