git ssb

10+

Matt McKegg / patchwork



Tree: 695f6649dd7fe33b57fc4b2bcbfc45d329100a1b

Files: 695f6649dd7fe33b57fc4b2bcbfc45d329100a1b / styles / light / 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