git ssb

10+

Matt McKegg / patchwork



Tree: c1bbd85b688758bb943822743d5ad75bf3761ab1

Files: c1bbd85b688758bb943822743d5ad75bf3761ab1 / styles / dark / profile-editor.mcss

389 bytesRaw
1ProfileEditor {
2 display: flex
3 div.side {
4 margin-right: 10px
5 }
6 div.main {
7 flex: 1
8 display: flex
9 flex-direction: column
10 input {
11 border: 1px solid #CCC
12 font-size: 150%
13 padding: 10px
14 }
15 textarea {
16 resize: vertical
17 margin-top: 10px
18 border: 1px solid #CCC
19 padding: 10px
20 font-size: 150%
21 flex: 1
22 }
23 }
24}
25

Built with git-ssb-web