#4 Added set of unit tests to ensure functionality of currently implemented behaviour
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user