Files: 30cc7a8935378d1ee6fddd76239383d8da592a47 / styles / patchSuggest.mcss
1045 bytesRaw
1 | PatchSuggest { |
2 | box-shadow: rgba(0,0,0,0.1) 4px 4px 10px |
3 | } |
4 | |
5 | PatchSuggest -channelHorizontal { |
6 | max-width: 50vw |
7 | |
8 | ul { |
9 | display: flex |
10 | flex-wrap: wrap |
11 | |
12 | li { |
13 | //// copied from Button.mcss |
14 | text-align: center |
15 | |
16 | $backgroundPrimary |
17 | |
18 | padding: .3rem .4rem |
19 | |
20 | border: 1px #b9b9b9 solid |
21 | border-radius: 10rem |
22 | |
23 | cursor: pointer |
24 | //// |
25 | |
26 | margin-right: 1rem |
27 | margin-bottom: .5rem |
28 | |
29 | img { |
30 | } |
31 | |
32 | strong { |
33 | min-width: initial |
34 | |
35 | span.subtle { |
36 | } |
37 | } |
38 | |
39 | small { |
40 | |
41 | // profile only |
42 | div.aliases { |
43 | div.alias { |
44 | -bold { |
45 | } |
46 | } |
47 | } |
48 | |
49 | // profile only |
50 | div.key { |
51 | } |
52 | |
53 | // emoji only |
54 | div.emoji { |
55 | } |
56 | |
57 | } |
58 | } |
59 | |
60 | li.selected { |
61 | //// copied from Button.mcss |
62 | $colorPrimary |
63 | $borderPrimary |
64 | |
65 | :hover { |
66 | opacity: .9 |
67 | } |
68 | //// |
69 | |
70 | img {} |
71 | strong {} |
72 | small { |
73 | div.aliases { |
74 | } |
75 | } |
76 | } |
77 | } |
78 | } |
79 | |
80 |
Built with git-ssb-web