git ssb

16+

Dominic / patchbay



Tree: 1c2926f12ff8e365e1d469f23180b50d50b9c749

Files: 1c2926f12ff8e365e1d469f23180b50d50b9c749 / app / page / settings.mcss

973 bytesRaw
1SettingsPage {
2 flex-grow: 1
3
4 display: flex
5 justify-content: center
6
7 div.container {
8 background-color: hsla(0, 0%, 100%, .3)
9 padding: 1rem
10 margin: 1rem 0
11
12 h1 {
13 text-transform: uppercase
14 font-size: .8rem
15 letter-spacing: 3.4px
16 margin-bottom: 3rem
17 margin-left: .3rem
18 }
19
20 section {
21 margin-bottom: 3rem
22 h2 {
23 margin: 0
24 margin-left: .3rem
25 font-size: 1rem
26 text-transform: uppercase
27 letter-spacing: 2px
28 }
29
30 div {
31 p, div {
32 margin-top: .2rem
33 margin-left: .3rem
34 }
35
36 textarea {
37 min-width: 400px
38 width: 600px
39 max-width: 600px
40 min-height: 200px
41 border: 1px solid gainsboro
42 }
43
44 input {
45 font-size: 1rem
46
47 padding: .5rem
48 border: 1px solid gainsboro
49
50 width: 600px
51 max-width: 600px
52 }
53 }
54 }
55 }
56}
57
58

Built with git-ssb-web