28 lines
390 B
CSS
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;
|
|
}
|
|
}
|