git ssb

16+

Dominic / patchbay



Tree: 8ae0df05df1185783cf0ee77113ce4bcc4531bdd

Files: 8ae0df05df1185783cf0ee77113ce4bcc4531bdd / contact / html / relationships.mcss

789 bytesRaw
1Relationships {
2 header {
3 margin-bottom: .8rem
4 border-bottom: 1px gainsboro solid
5 }
6
7 div {
8 display: flex
9 flex-wrap: wrap
10 justify-content: space-between
11 align-content: flex-start
12
13 min-height: 5rem
14 margin-bottom: 2rem
15
16 header {
17 flex-basis: 100%
18
19 _textSubtle
20 font-size: .9rem
21
22 margin-bottom: .2rem
23 }
24
25 section a {
26 margin-right: .2rem
27
28 img { _avatar-small }
29 }
30 }
31
32 div.your-status {
33 margin: 0
34 section.action {
35 }
36 }
37
38 div.friends {
39 section a {
40 margin: 0 .2rem 0.2rem 0
41
42 img {
43 _avatar-large
44 }
45 }
46 }
47
48 div.follows {
49 }
50
51 div.followers {
52 }
53}
54
55_avatar-large {
56 width: 56px
57 height: 56px
58}
59
60_avatar-small {
61 width: 32px
62 height: 32px
63}
64
65
66

Built with git-ssb-web