PHP 8.2.30
Preview: _preloader.scss Size: 1.11 KB
//proc/thread-self/root/home/byroehnu/easetack.com/resources/scss/Frontend/common/_preloader.scss

/*--------------------------------------------------------------
  2. Preloader
----------------------------------------------------------------*/
.cs_preloader {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99999;
  top: 0;
  width: 100%;
  height: 100vh;
  font-size: 80px;
  background-color: var(--white);
}

.cs_preloader_in {
  width: 130px;
  height: 130px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 30px;
  border-radius: 50%;
  &:after,
  &:before {
    content: '';
    border-width: 3px;
    border-style: solid;
    border-radius: 50%;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 50%;
    top: 50%;
    margin-left: -65px;
    margin-top: -65px;
  }
  &:after {
    border-color: transparent;
    border-top-color: var(--accent);
    animation: spin 1s ease-in-out infinite;
    z-index: 2;
  }
  &:before {
    border-color: var(--accent);
    opacity: 0.2;
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

Directory Contents

Dirs: 0 × Files: 9

Name Size Perms Modified Actions
18.68 KB lrw-rw-rw- 2025-04-26 06:04:16
Edit Download
5.71 KB lrw-rw-rw- 2025-03-17 06:27:02
Edit Download
61.96 KB lrw-rw-rw- 2025-04-26 08:14:28
Edit Download
34.77 KB lrw-rw-rw- 2025-04-30 14:19:51
Edit Download
1.11 KB lrw-rw-rw- 2025-02-09 12:46:29
Edit Download
3.59 KB lrw-rw-rw- 2025-02-09 12:46:29
Edit Download
16.02 KB lrw-rw-rw- 2025-04-25 13:55:06
Edit Download
441 B lrw-rw-rw- 2025-03-21 07:34:16
Edit Download
3.28 KB lrw-rw-rw- 2025-02-20 06:31:18
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).