Added loadings animations to api page

This commit is contained in:
2021-09-27 22:02:37 -03:00
parent 915b8334b1
commit be49673972
5 changed files with 47 additions and 5 deletions

View File

@@ -490,6 +490,9 @@
width: 50%;
border: #969696 solid 1px;
}
.account-container .next-step form .disabled {
opacity: 0%;
}
.account-container .next-step .flex-container-change-api-container {
padding-left: 5vw;
}
@@ -520,6 +523,14 @@
border: #969696 solid 1px;
}
.loading-container {
width: 100%;
height: 83vh;
display: flex;
justify-content: center;
align-items: center;
}
.go-to-account {
width: 3vw;
height: 3vw;