Files: 1c01c513817f4cf52a799f36a80e655fabc71c66 / styles / light / profile-editor.mcss
389 bytesRaw
1 | ProfileEditor { |
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