2019-12-17 15:25:57 -05:00
|
|
|
@import 'fontfaces';
|
2015-03-06 11:43:53 -08:00
|
|
|
@import 'variables';
|
2018-05-19 20:53:12 -07:00
|
|
|
@import '../node_modules/intl-tel-input/build/css/intlTelInput.css';
|
2016-03-18 17:59:54 -07:00
|
|
|
@import 'progress';
|
2015-11-02 19:19:30 -08:00
|
|
|
.iti-flag {
|
|
|
|
// override intlTelInput's flags image location
|
2018-05-19 20:53:12 -07:00
|
|
|
background: url('../node_modules/intl-tel-input/build/img/flags.png');
|
2015-11-02 19:19:30 -08:00
|
|
|
}
|
|
|
|
|
2017-06-21 14:08:43 +02:00
|
|
|
.intl-tel-input .country-list {
|
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
|
2017-06-13 19:20:24 +02:00
|
|
|
.intl-tel-input .country-list .country .country-name {
|
2019-10-04 11:06:17 -07:00
|
|
|
color: $color-black;
|
2017-06-13 19:20:24 +02:00
|
|
|
}
|