12 lines
		
	
	
	
		
			125 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
	
		
			125 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
/* Icon component */
 | 
						|
 | 
						|
.icon {
 | 
						|
	width: 1rem;
 | 
						|
	height: 1rem;
 | 
						|
}
 | 
						|
 | 
						|
/* PoweredBy component */
 | 
						|
 | 
						|
.poweredby {
 | 
						|
	text-align: center;
 | 
						|
}
 |