git ssb

2+

mixmix / ticktack



Tree: 9014dda813036162e40d60dc06a27061f9327d29

Files: 9014dda813036162e40d60dc06a27061f9327d29 / app / page / userEdit.mcss

524 bytesRaw
1Page -userEdit {
2 div.context {
3
4 }
5 div.content {
6 $maxWidthSmaller
7
8 div.PatchProfileEdit {
9 section.-avatar {
10 div.input {
11 $circleLarge
12
13 img {
14 $circleLarge
15
16 max-width: 100%
17 max-height: 100%
18 }
19
20 input {
21 ::before {
22 $circleLarge
23 }
24 }
25 }
26 }
27 section {
28 input, textarea {
29 font-size: 1rem
30 font-family: arial
31 }
32 }
33 }
34
35 }
36}
37
38

Built with git-ssb-web