git ssb

16+

Dominic / patchbay



Tree: a32c4b1713d7a46d55c2e27257ffbe0ec9a5ef01

Files: a32c4b1713d7a46d55c2e27257ffbe0ec9a5ef01 / app / page / network / index.mcss

815 bytesRaw
1NetworkPage {
2 div.container {
3 background-color: hsla(0, 0%, 100%, .3)
4 margin: 1rem 0
5
6 display: grid
7 grid-template-columns: 8rem 1fr
8 grid-gap: 2rem
9
10 section.groups {
11 display: grid
12 align-content: start
13 grid-gap: 1px
14
15 div {
16 background: #fff
17 cursor: pointer
18
19 padding: .3rem .5rem
20
21 -active {
22 background: #000
23 color: #fff
24 }
25
26 :hover {
27 background: #000
28 color: #fff
29 }
30 }
31 }
32
33 section.subgroups {
34 display: grid
35 grid-gap: 4rem
36
37 div.subgroup {
38 h2 {
39 font-size: 1rem
40 text-transform: uppercase
41 letter-spacing: 2px
42
43 border-bottom: 2px solid #3e3e3e
44 margin: 0 0 1rem 0
45 }
46 }
47 }
48 }
49}
50

Built with git-ssb-web