git ssb

2+

mixmix / ticktack



Tree: 96570266185b2fbe938281bee30bde6029df8d47

Files: 96570266185b2fbe938281bee30bde6029df8d47 / app / page / blogNew.mcss

748 bytesRaw
1Page -blogNew {
2 div.SideNav {}
3
4 div.content {
5 display: flex
6
7 div.container {
8 flex-basis: 100%
9 $maxWidth
10 margin: 0 auto
11
12
13 div.field {
14 margin-bottom: .5rem
15 $maxWidth
16
17 display: flex
18 align-items: center
19
20 div.label {
21 flex-basis: 4.5rem
22 padding-left: 1rem
23 margin-right: 1rem
24 }
25
26 input {
27 flex-grow: 1
28 $fontBasic
29 padding: .6rem 1rem
30
31 border-radius: 4rem
32 $borderSubtle
33 outline: none
34 }
35
36
37 -channel {}
38 -title {}
39 }
40 div.Compose {
41 textarea {
42 margin-top: 2rem
43 min-height: 30rem
44 }
45 }
46 }
47 }
48}
49

Built with git-ssb-web