#4 Added set of unit tests to ensure functionality of currently implemented behaviour
Some checks failed
Run Unit and Integration Tests / test (pull_request) Failing after 41s
Run Unit and Integration Tests / test (push) Failing after 1m27s

This commit is contained in:
2025-06-28 18:02:02 +01:00
parent a3ab910608
commit dc7ecc0cdb
5 changed files with 317 additions and 272 deletions

View File

@@ -9,6 +9,12 @@
perspective: 800px;
}
.loaderText {
position: absolute;
top: calc(50% - 84px);
left: calc(50% - 64px);
}
.inner {
position: absolute;
box-sizing: border-box;
@@ -66,6 +72,9 @@
}
</style>
<div class="loaderText">
Loading...
</div>
<div class="loader">
<div class="inner one"></div>
<div class="inner two"></div>