10 lines
		
	
	
		
			69 B
		
	
	
	
		
			SCSS
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			69 B
		
	
	
	
		
			SCSS
		
	
	
	
	
	
// Iframe
 | 
						|
 | 
						|
iframe {
 | 
						|
  border: 0;
 | 
						|
}
 | 
						|
 | 
						|
.modal iframe {
 | 
						|
  width: 100%;
 | 
						|
}
 |