Files: da787189e650087caa476419997849d890f75995 / modules_basic / avatar / profile.mcss
918 bytesRaw
1 | Profile { |
2 | |
3 | section.edit { |
4 | |
5 | } |
6 | |
7 | section.relationships { |
8 | header { |
9 | margin-bottom: .8rem |
10 | border-bottom: 1px gainsboro solid |
11 | } |
12 | |
13 | div { |
14 | display: flex |
15 | flex-wrap: wrap |
16 | justify-content: space-between |
17 | align-content: flex-start |
18 | |
19 | min-height: 5rem |
20 | margin-bottom: 2rem |
21 | |
22 | header { |
23 | flex-basis: 100% |
24 | |
25 | $textSubtle |
26 | font-size: .9rem |
27 | |
28 | margin-bottom: .2rem |
29 | } |
30 | |
31 | section a { |
32 | margin-right: .2rem |
33 | |
34 | img { $avatar-small } |
35 | } |
36 | } |
37 | |
38 | div.your-status { |
39 | margin: 0 |
40 | section.action { |
41 | } |
42 | } |
43 | |
44 | div.friends { |
45 | section a { |
46 | margin: 0 .2rem 0.2rem 0 |
47 | |
48 | img { |
49 | $avatar-large |
50 | } |
51 | } |
52 | } |
53 | |
54 | div.follows { |
55 | } |
56 | |
57 | div.followers { |
58 | } |
59 | } |
60 | } |
61 | |
62 | $avatar-large { |
63 | width: 56px |
64 | height: 56px |
65 | } |
66 | |
67 | $avatar-small { |
68 | width: 32px |
69 | height: 32px |
70 | } |
71 | |
72 |
Built with git-ssb-web