primo commit
This commit is contained in:
27
media/system/css/joomla-core-loader.css
Normal file
27
media/system/css/joomla-core-loader.css
Normal file
@ -0,0 +1,27 @@
|
||||
@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;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user