git ssb

16+

Dominic / patchbay



Tree: a32c4b1713d7a46d55c2e27257ffbe0ec9a5ef01

Files: a32c4b1713d7a46d55c2e27257ffbe0ec9a5ef01 / app / page / settings.mcss

1170 bytesRaw
1SettingsPage {
2 div.container {
3 background-color: hsla(0, 0%, 100%, .3)
4 padding: 1rem
5 margin: 1rem 0
6
7 display: grid
8 grid-template-columns: 8rem 1fr
9 grid-gap: 2rem
10
11 section.groups {
12 display: grid
13 align-content: start
14 grid-gap: 1px
15
16 div {
17 background: #fff
18 cursor: pointer
19
20 padding: .3rem .5rem
21
22 -active {
23 background: #000
24 color: #fff
25 }
26
27 :hover {
28 background: #000
29 color: #fff
30 }
31 }
32 }
33
34 section.group-settings {
35 display: grid
36 grid-gap: 1rem
37
38 div.setting {
39 margin-bottom: 3rem
40 h2 {
41 font-size: 1rem
42 text-transform: uppercase
43 letter-spacing: 2px
44
45 margin: 0 0 1rem .3rem
46 border-bottom: 2px solid #3e3e3e
47 }
48
49 div {
50 p, div {
51 margin-top: .2rem
52 margin-left: .3rem
53 }
54
55 input {
56 font-size: 1rem
57
58 padding: .5rem
59 border: 1px solid gainsboro
60
61 width: 600px
62 max-width: 600px
63 }
64 }
65 }
66 }
67 }
68}
69
70

Built with git-ssb-web