16 lines
		
	
	
		
			No EOL
		
	
	
		
			269 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			No EOL
		
	
	
		
			269 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
.clickable {
 | 
						|
    cursor: pointer;
 | 
						|
}
 | 
						|
 | 
						|
.script-name {
 | 
						|
    color: #fd7e14;
 | 
						|
    
 | 
						|
    font-family: 'Work Sans', sans-serif;
 | 
						|
    font-size: 2.5rem!important;
 | 
						|
 | 
						|
    line-height: 10vh
 | 
						|
}
 | 
						|
 | 
						|
.swal-overlay--show-modal .swal-modal {
 | 
						|
    will-change: unset !important;
 | 
						|
} |