git ssb

16+

Dominic / patchbay



Tree: 01d2e100e7a8c770fe271b190cd867339ab36426

Files: 01d2e100e7a8c770fe271b190cd867339ab36426 / modules_extra / network.mcss

1094 bytesRaw
1Network {
2 div {
3 margin: .8rem
4 border-bottom: 1px solid gainsboro
5 }
6
7}
8
9NetworkConnection {
10 padding-left: 6rem
11 padding-bottom: .8rem
12 position: relative
13
14 display: flex
15 flex-direction: row
16 flex-wrap: wrap
17 align-items: center
18
19 section.avatar {
20 position: absolute
21 left: 0
22 top: 0
23
24 a img {
25 height: 3rem
26 width: 3rem
27 }
28 }
29
30 section.time-ago {
31 position: absolute
32 left: 0
33 top: 3.5rem
34
35 font-size: .8rem
36 $textSubtle
37 }
38
39 section.name {
40 flex-basis: 100%
41
42 margin-right: 1rem
43 }
44
45 section.type {
46 flex-basis: 100%
47
48 font-size: .8rem
49 $textSubtle
50 }
51
52 section.source {
53 flex-basis: 100%
54 }
55
56 section.state {
57 margin-right: 2rem
58 }
59
60 section.actions {
61 button {
62 padding: .2rem
63 font-size: .7rem
64 }
65 }
66
67
68 section.ping {
69 flex-basis: 100%
70 display: flex
71
72 font-size: .8rem
73 $textSubtle
74
75 div.rtt {
76 flex-basis: 8rem
77 }
78
79 div.skew {
80 flex-basis: 8rem
81 }
82 }
83
84 section.address{
85 flex-basis: 100%
86
87 font-size: .8rem
88 $textSubtle
89 }
90}
91
92

Built with git-ssb-web