Files: 98160d45e90af28d4a3c38e17ba614f245725906 / modules_basic / avatar / edit.mcss
1124 bytesRaw
1 | ProfileEdit { |
2 | display: flex |
3 | flex-wrap: wrap |
4 | justify-content: space-between |
5 | |
6 | margin-bottom: 2rem |
7 | |
8 | section.lightbox { |
9 | position: absolute |
10 | } |
11 | |
12 | section.avatar { |
13 | margin-right: 1rem |
14 | |
15 | section img { |
16 | width: 256px |
17 | height: 256px |
18 | } |
19 | |
20 | footer { |
21 | font-size: 1.2rem |
22 | } |
23 | } |
24 | |
25 | section.description { |
26 | flex-basis: 40% |
27 | flex-grow: 1 |
28 | |
29 | margin-top: 1rem |
30 | } |
31 | |
32 | section.aliases { |
33 | flex-basis: 100% |
34 | |
35 | margin-top: 1rem |
36 | |
37 | header { |
38 | margin-bottom: .2rem |
39 | } |
40 | |
41 | section { |
42 | display: flex |
43 | flex-wrap: wrap |
44 | justify-content: space-between |
45 | align-content: flex-start |
46 | |
47 | margin-bottom: 1rem |
48 | |
49 | header { |
50 | flex-basis: 100% |
51 | |
52 | font-size: .9rem |
53 | $textSubtle |
54 | |
55 | margin-bottom: .2rem |
56 | } |
57 | |
58 | input { |
59 | } |
60 | } |
61 | |
62 | section.avatars { |
63 | |
64 | img { |
65 | $avatar-large |
66 | margin: 0 .15rem 0.2rem 0 |
67 | |
68 | cursor: pointer |
69 | } |
70 | } |
71 | |
72 | section.names { |
73 | input { |
74 | border: 1px gainsboro solid |
75 | font-size: 1rem |
76 | } |
77 | } |
78 | |
79 | button.confirm { |
80 | margin-left: 0 |
81 | } |
82 | } |
83 | } |
84 | |
85 |
Built with git-ssb-web