git ssb

1+

Daan Patchwork / patchwork



Tree: 83e73400cbb666a977e7f21d8c6d64570fc569b1

Files: 83e73400cbb666a977e7f21d8c6d64570fc569b1 / styles / base / 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: 120%
21 flex: 1
22 }
23 }
24}
25

Built with git-ssb-web