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
10 years ago
|
@import 'variables';
|
||
7 years ago
|
@import '../node_modules/intl-tel-input/build/css/intlTelInput.css';
|
||
9 years ago
|
@import 'progress';
|
||
10 years ago
|
.iti-flag {
|
||
|
// override intlTelInput's flags image location
|
||
7 years ago
|
background: url('../node_modules/intl-tel-input/build/img/flags.png');
|
||
10 years ago
|
}
|
||
|
|
||
8 years ago
|
.intl-tel-input .country-list {
|
||
|
text-align: left;
|
||
|
}
|
||
|
|
||
8 years ago
|
.intl-tel-input .country-list .country .country-name {
|
||
|
color: #000;
|
||
|
}
|