This commit is contained in:
2023-06-21 13:27:52 +01:00
commit 9ca496b1f9
36 changed files with 10610 additions and 0 deletions

View File

@ -0,0 +1,14 @@
button {
position: relative;
}
.spinner-wrapper {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
display: flex;
justify-content: center;
align-items: center;
}