Coverage loading speed increased and non used codes are removed

This commit is contained in:
akash 2025-09-25 23:39:02 +05:30
parent 465019f1a8
commit 44e3fe629a
2 changed files with 0 additions and 2786 deletions

File diff suppressed because it is too large Load Diff

View File

@ -3699,28 +3699,6 @@
}
}
.loader-wrap {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #ffffff;
display: flex;
align-items: center;
justify-content: center;
z-index: 9999;
}
.preloader {
text-align: center;
}
.preloader-icon {
font-size: 50px;
animation: spin 1.5s linear infinite;
}
@keyframes spin {
0% {
transform: rotate(0deg);