Move files and rename classes.

This commit is contained in:
jamesjulich 2021-09-12 22:25:58 -05:00
commit f97596689f
5 changed files with 22 additions and 21 deletions

View file

@ -1,20 +0,0 @@
.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;
}