Spade
Mini Shell
| Directory:~$ /home/lmsyaran/public_html/joomla5/media/system/scss/ |
| [Home] [System Details] [Kill Me] |
: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;
}
}