git ssb

2+

mixmix / ticktack



Tree: 6cedff7c896fdc49a0f8be9b4f479c7704797374

Files: 6cedff7c896fdc49a0f8be9b4f479c7704797374 / app / page / userShow.mcss

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

Built with git-ssb-web