git ssb

10+

Matt McKegg / patchwork



Tree: 6e8bb78d907b33bbdb544951cbaa4d6120d2958b

Files: 6e8bb78d907b33bbdb544951cbaa4d6120d2958b / styles / profile-editor.mcss

366 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 margin-top: 10px
17 border: 1px solid #CCC
18 padding: 10px
19 font-size: 150%
20 flex: 1
21 }
22 }
23}
24

Built with git-ssb-web