git ssb

2+

mixmix / ticktack



Tree: 9ae1c46f226c40c608560b66d0b5ca42ecce151b

Files: 9ae1c46f226c40c608560b66d0b5ca42ecce151b / app / page / blogNew.mcss

891 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
41 div.editor{
42 background-color: #fff
43 padding: 1rem
44 margin-top: 2rem
45 min-height: 30rem
46 outline: none
47 }
48
49 div.Compose {
50 textarea {
51 margin-top: 2rem
52 min-height: 30rem
53 }
54 }
55 }
56 }
57}
58

Built with git-ssb-web