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

28 lines
390 B
CSS

@charset "UTF-8";
:host {
z-index: 10000;
justify-content: center;
align-items: center;
display: flex;
overflow: hidden;
}
:host(.fullscreen) {
width: 100%;
height: 100%;
position: fixed;
top: 0;
left: 0;
}
:host(.fullscreen) svg {
width: 345px;
height: 345px;
}
@media (prefers-reduced-motion: reduce) {
.joomla-spinner {
animation: none !important;
}
}