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

@@ -75,6 +75,10 @@
}
}
form .disabled {
opacity: 0%;
}
.flex-container-change-api-container {
padding-left: 5vw;
@@ -116,4 +120,14 @@
}
}
}
}
.loading-container {
width: 100%;
height: 83vh;
display: flex;
justify-content: center;
align-items: center;
}