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