git ssb

16+

Dominic / patchbay



Tree: 0329903c51d7b6bdf5cea3eb17fd50b1d488b3c8

Files: 0329903c51d7b6bdf5cea3eb17fd50b1d488b3c8 / 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