Files
conservatorio-tomadini/media/system/scss/joomla-core-loader.scss
2024-12-17 17:34:10 +01:00

27 lines
361 B
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;
}
}