git ssb

2+

mixmix / ticktack



Tree: 18c1a9e02d04c233f4fbf7182d7079ac6419e0e9

Files: 18c1a9e02d04c233f4fbf7182d7079ac6419e0e9 / app / page / threadNew.mcss

934 bytesRaw
1Page -threadNew {
2
3 div.content {
4 div.flash {
5 margin-bottom: 2rem;
6 background: #fff;
7 padding: 1rem;
8 }
9
10 div.field {
11 margin-bottom: .5rem
12 $maxWidth
13
14 display: flex
15 align-items: center
16
17 div.label {
18 flex-basis: 4rem
19 padding-left: 1rem
20 margin-right: 1rem
21 }
22
23 input {
24 flex-grow: 1
25 $fontBasic
26 padding: .6rem
27 }
28
29 div.recps {
30 display: flex
31
32 div.recp {
33 padding: .3rem
34 min-width: 5rem
35 $borderSubtle
36 border-radius: 6rem
37 background-color: #fff
38
39 margin-right: 1rem
40
41 display: flex
42 align-items: center
43
44 img {
45 width: 2rem
46 height: 2rem
47 border-radius: 2rem
48 }
49
50 div.name {
51 margin: 0 .5rem
52 }
53 }
54 }
55
56 }
57 }
58}
59

Built with git-ssb-web