mirror of
				https://gitlab.nic.cz/turris/reforis/foris-js.git
				synced 2025-11-03 23:00:31 +01:00 
			
		
		
		
	Refactor Spinner.css to use CSS variable for color
This commit is contained in:
		@@ -9,7 +9,7 @@
 | 
			
		||||
.spinner-wrapper .spinner-border {
 | 
			
		||||
    width: 4rem;
 | 
			
		||||
    height: 4rem;
 | 
			
		||||
    color: #00a2e2;
 | 
			
		||||
    color: var(--bs-primary);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.spinner-fs-background {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user