git ssb

16+

Dominic / patchbay



Tree: 96fd009f7188e314e4308ddf338613c60913fa9a

Files: 96fd009f7188e314e4308ddf338613c60913fa9a / app / page / network.mcss

636 bytesRaw
1NetworkPage {
2 width: 100%
3
4 display: grid
5 justify-content: center
6
7 div.container {
8 section {
9 margin-bottom: 2rem
10 h2 {
11 font-size: .8rem
12 text-transform: uppercase
13 letter-spacing: 2px
14
15 i {
16 color: #666
17 margin-left: .5rem
18 }
19 }
20
21 div.invite {
22 margin-top: 1rem
23
24 display: grid
25 grid-template-columns: 55rem 8rem 2rem
26 grid-gap: 1rem
27
28 input {
29 padding-left: .5rem
30 }
31
32 i.fa {
33 color: fuchsia
34 justify-self: center
35 align-self: center
36 }
37 }
38 }
39 }
40}
41

Built with git-ssb-web