Files: 512de8bfcec5b76a73a61fa35c701956eb379e1f / app / page / userShow.mcss
1150 bytesRaw
1 | Page -userShow { |
2 | div.content { padding: 0 } |
3 | |
4 | div.Scroller.content { |
5 | section.top { |
6 | section.about { |
7 | margin-top: 4rem |
8 | margin-bottom: 4rem |
9 | |
10 | display: flex |
11 | flex-direction: column |
12 | align-items: center |
13 | |
14 | img.Avatar { |
15 | } |
16 | div.introduction { |
17 | $maxWidthSmaller |
18 | text-align: center |
19 | } |
20 | |
21 | h1 { |
22 | font-weight: 300 |
23 | font-size: 1rem |
24 | |
25 | display: flex |
26 | div.Link { |
27 | margin-left: .5rem |
28 | } |
29 | } |
30 | |
31 | div.actions { |
32 | display: flex |
33 | |
34 | div.Follow { |
35 | margin-right: 1rem |
36 | } |
37 | |
38 | div.directMessage { |
39 | } |
40 | } |
41 | } |
42 | } |
43 | |
44 | section.content { |
45 | background-color: #fff |
46 | $maxWidth |
47 | margin: .8rem auto |
48 | padding: .5rem 2rem |
49 | |
50 | display: flex |
51 | flex-wrap: wrap |
52 | |
53 | div.BlogCard { |
54 | flex-basis: 100% |
55 | border-bottom: 1px solid rgba(0,0,0, .1) |
56 | /* margin-bottom: .5rem */ |
57 | |
58 | div.context { |
59 | div.Link { display: none } |
60 | div.name { display: none } |
61 | } |
62 | } |
63 | } |
64 | } |
65 | } |
66 | |
67 |
Built with git-ssb-web