Spade

Mini Shell

Directory:~$ /home/lmsyaran/public_html/joomla5/media/system/scss/
Upload File

[Home] [System Details] [Kill Me]
Current File:~$ /home/lmsyaran/public_html/joomla5/media/system/scss/joomla-core-loader.scss

:host {
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

:host(.fullscreen) {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

  svg {
    width: 345px;
    height: 345px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .joomla-spinner {
    animation: none !important;
  }
}