2021-09-12 22:25:58 -05:00
|
|
|
.img-upload {
|
2021-09-09 00:47:26 -05:00
|
|
|
display: flex;
|
|
|
|
|
flex-direction: row-reverse;
|
|
|
|
|
width: 80px;
|
|
|
|
|
height: 80px;
|
|
|
|
|
}
|
|
|
|
|
|
2021-09-12 22:25:58 -05:00
|
|
|
.img-upload:hover {
|
2021-09-09 00:47:26 -05:00
|
|
|
cursor: pointer;
|
|
|
|
|
}
|
|
|
|
|
|
2021-09-12 22:25:58 -05:00
|
|
|
.img-upload__mask {
|
2021-09-09 00:47:26 -05:00
|
|
|
mask: url('../../../../public/res/svg/avatar-clip.svg');
|
2021-09-12 22:25:58 -05:00
|
|
|
-webkit-mask: url('../../../../public/res/svg/avatar-clip.svg');
|
2021-09-09 00:47:26 -05:00
|
|
|
}
|
|
|
|
|
|
2021-09-12 22:25:58 -05:00
|
|
|
.img-upload__icon {
|
2021-09-09 00:47:26 -05:00
|
|
|
z-index: 1;
|
|
|
|
|
position: absolute;
|
|
|
|
|
}
|