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
342 B
SCSS
16 lines
342 B
SCSS
@import 'variables';
|
|
@import '../components/intl-tel-input/build/css/intlTelInput.css';
|
|
@import 'progress';
|
|
.iti-flag {
|
|
// override intlTelInput's flags image location
|
|
background: url('../images/flags.png');
|
|
}
|
|
|
|
.intl-tel-input .country-list {
|
|
text-align: left;
|
|
}
|
|
|
|
.intl-tel-input .country-list .country .country-name {
|
|
color: #000;
|
|
}
|