Files: c2bb5938dd867f68b9245abaae29edc60ca2bb7c / app / page / userShow.mcss
704 bytesRaw
1 | Page -userShow { |
2 | div.content { |
3 | section.about { |
4 | margin-top: 4rem |
5 | margin-bottom: 4rem |
6 | |
7 | display: flex |
8 | flex-direction: column |
9 | align-items: center |
10 | |
11 | img.Avatar { |
12 | width: 5rem |
13 | height: 5rem |
14 | border-radius: 3rem |
15 | } |
16 | |
17 | h1 { |
18 | font-weight: 300 |
19 | font-size: 1rem |
20 | } |
21 | |
22 | div.actions { |
23 | display: flex |
24 | |
25 | div.friendship { |
26 | margin-right: 1rem |
27 | } |
28 | |
29 | div.directMessage { |
30 | } |
31 | } |
32 | } |
33 | |
34 | section.blogs { |
35 | div.BlogCard { |
36 | margin-bottom: .5rem |
37 | |
38 | div.context { |
39 | div.Link { display: none } |
40 | div.name { display: none } |
41 | } |
42 | } |
43 | } |
44 | } |
45 | } |
46 | |
47 |
Built with git-ssb-web