Added progress spinner in ImageUplaod (#91)

This commit is contained in:
Ajay Bura 2021-09-13 12:27:55 +05:30
commit 09f7225eb7
6 changed files with 114 additions and 53 deletions

View file

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