2015-03-06 19:43:53 +00:00
|
|
|
@import 'variables';
|
2017-05-03 23:43:36 +00:00
|
|
|
@import '../components/intl-tel-input/build/css/intlTelInput.css';
|
2016-03-19 00:59:54 +00:00
|
|
|
@import 'progress';
|
2015-11-03 03:19:30 +00:00
|
|
|
.iti-flag {
|
|
|
|
// override intlTelInput's flags image location
|
2017-03-08 00:54:46 +00:00
|
|
|
background: url("../images/flags.png");
|
2015-11-03 03:19:30 +00:00
|
|
|
}
|
|
|
|
|
2017-06-21 12:08:43 +00:00
|
|
|
.intl-tel-input .country-list {
|
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
|
2017-06-13 17:20:24 +00:00
|
|
|
.intl-tel-input .country-list .country .country-name {
|
|
|
|
color: #000;
|
|
|
|
}
|