Move files and rename classes.

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

View File

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