Add profile editor in settings

This commit is contained in:
jamesjulich
2021-09-09 00:47:26 -05:00
parent cdf421f0f1
commit 6c78060876
6 changed files with 196 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
.img-upload-container {
display: flex;
flex-direction: row-reverse;
width: 80px;
height: 80px;
}
.img-upload-container:hover {
cursor: pointer;
}
.img-upload-mask {
mask: url('../../../../public/res/svg/avatar-clip.svg');
//width: 80px;
}
.img-upload-icon {
z-index: 1;
position: absolute;
}