You cannot select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
	
	
		
			16 lines
		
	
	
		
			375 B
		
	
	
	
		
			SCSS
		
	
			
		
		
	
	
			16 lines
		
	
	
		
			375 B
		
	
	
	
		
			SCSS
		
	
@import 'variables';
 | 
						|
@import '../node_modules/intl-tel-input/build/css/intlTelInput.css';
 | 
						|
@import 'progress';
 | 
						|
.iti-flag {
 | 
						|
  // override intlTelInput's flags image location
 | 
						|
  background: url('../node_modules/intl-tel-input/build/img/flags.png');
 | 
						|
}
 | 
						|
 | 
						|
.intl-tel-input .country-list {
 | 
						|
  text-align: left;
 | 
						|
}
 | 
						|
 | 
						|
.intl-tel-input .country-list .country .country-name {
 | 
						|
  color: #000;
 | 
						|
}
 |