Files
cinny/src/app/molecules/image-upload/ImageUpload.scss
T

20 lines
337 B
SCSS
Raw Normal View History

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;
}