Added progress spinner in ImageUplaod (#91)

This commit is contained in:
Ajay Bura
2021-09-13 12:27:55 +05:30
parent 1e37ca3d5b
commit b536f5f65e
6 changed files with 115 additions and 54 deletions
@@ -3,14 +3,10 @@
align-items: end;
}
.img-upload {
margin-right: var(--sp-normal)
}
.profile-editor__input-container {
display: flex;
flex-direction: column;
margin-right: var(--sp-normal);
margin: 0 var(--sp-normal);
width: 100%;
max-width: 400px;
}